The new fixincludes adjustments in chapter 5 don't work!
find ${GCC_INCLUDEDIR} -xtype d -exec rm -rf \{} \; &&
deletes all directories under and including
$GCC_INCLUDEDIR! It should be changed to:
find ${GCC_INCLUDEDIR}/* -xtype d -exec rm -rf \{} \; &&
Secondly, the GCC pass 2 testsuite will fail when it
can't run the fixincludes testsuite. A sed to remove the
maybe-check-fixincludes line from Makefile.in lets the
testsuite run.
I'm trying a build with the latest glibc head snapshot...
will let you know how it goes.
Jeremy
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page