Hi! I'm hoping to create a LFS system with as few patches as necessary. Some of the patches that are in use for both CLFS and LFS are. For instance the use of #undef STANDARD_STARTFILE_PREFIX_1 #undef STANDARD_STARTFILE_PREFIX_2 #define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/" #define STANDARD_STARTFILE_PREFIX_2 ""' >> $file
in 5.5. GCC-4.8.2 - Pass 1 is really not needed (sysroot takes care of that). But there is one part that I don't get my head around, and that is the location of the dynamic linker. GLIBC_DYNAMIC_LINKER, GLIBC_DYNAMIC_LINKER32 and GLIBC_DYNAMIC_LINKER64 are hard coded in the gcc source, and I'm trying to find a way to define them to something else. Does anyone have a hint? -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page