Note: Section 5.10, “GCC-4.5.1 - Pass 2” does not use a case statement for the frame-pointer. Problematic for x86_64? Perhaps both sections should be:
case `uname -m` in
i?86 | x86_64) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' \
gcc/Makefile.in ;;
esac
---
David Jensen
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
