** PART 1
the book actualy applies
sed -i 's/^XCFLAGS =$/& -fomit-frame-pointer/' \
gcc/Makefile.in ;;
but:
i can't find any XCFLAGS in the gcc/Makefile.in
the actual sed just does nothing, and the system still seems to be stable.
but the book explains clearly why we should have the flag set.
i myself am not able to make a proposal how to get the flag in again as
i just don't understand the build process.
could please one of the wizzards/gurus/gods have a closer look?
* * PART2
the testsuite complains about 'getline'
same error, thus same fix as with binutils:
sed -i -e 's/getline/get_line/' libiberty/testsuite/test-demangle.c
http://www.linuxfromscratch.org/lfs/build-logs/development/test-logs/074-gcc
confirms my test.
as i dont know how to report it upstream, could anybody do this report
or tell me how i could to it?
thanks for your help
tobs
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page