sysadmin wrote:
> lfs:/mnt/lfs/sources/gcc-4.1.1$ tail -n 5 gcc/config/linux.h
> /* Determine whether the entire c99 runtime
>    is present in the runtime library.  */
> #define TARGET_C99_FUNCTIONS 1
>
> #define TARGET_POSIX_IO
>
>
>   
You missed a very important step. Here's what you missed.

Change the StartFile Spec to point to the correct library location:

echo "
#undef STARTFILE_PREFIX_SPEC
#define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" >> gcc/config/linux.h



_______________________________________________
Clfs-support mailing list
[email protected]
http://ninja.linux-phreak.biz/mailman/listinfo/clfs-support

Reply via email to