|
From: Julian S. <js...@ac...> - 2005-11-10 00:47:36
|
> we don't need libc. so don't link it This is for the preload libraries, right? Not the main executable (libc for that disappeared some time back). Are you 100% sure of this -- for example, that there will be no bad interaction the preloads needing gcc helper functions like __udivdi3 ? I guess those come from libgcc and not glibc. J |