6.4.1 : Before starting to build GCC, remember to unset any environment
variables that override the default optimization flags.
but
5.2 : CFLAGS and CXXFLAGS  must not be set during the building of
cross-tools.

To disable CFLAGS and CXXFLAGS use the following commands:

unset CFLAGS
unset CXXFLAGS

Now add these to ~/.bashrc, just in case you have to exit and restart
building later:

echo unset CFLAGS >> ~/.bashrc
echo unset CXXFLAGS >> ~/.bashrc
is it something else in 6.4.1 ?
SVN-1.0.0rc1-20060704-x86_64-Multilib

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

Reply via email to