On Sun, 13 May 2007, Paul Jarc wrote: > > Maybe there could be something like --with-libc=/some/path that > > would automatically generate the correct Makefiles; that would be an > > enhancement. > > Yes, although a more general enhancement would be to let the user add > arbitrary flags to LDFLAGS_FOR_TARGET.
You can add --sysroot=, and the supported way to have libc in an unusual location is to build as a cross compiler and use --with-sysroot / --with-build-sysroot. -- Joseph S. Myers [EMAIL PROTECTED]