diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-06 18:47:51 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-06 18:47:51 +0000 |
commit | 982932985a585e42889c0adbd26b34e591ac9608 (patch) | |
tree | f933a5860fad07f1e0d0c6627ce7728988740b20 /chapter06/binutils.xml | |
parent | a5ebf89e5b0918e10060fbca0c86f299e5db801f (diff) |
Remove optimization related warnings from the toolchain packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index b9113ff57..cd1055298 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -31,13 +31,6 @@ Glibc, Grep, M4, Make, Perl, Sed, and Texinfo</seg></seglistitem> <sect2 role="installation"> <title>Installation of Binutils</title> -<para>This package is known to have issues when its default -optimization flags (including the <parameter>-march</parameter> and -<parameter>-mcpu</parameter> options) are changed. If any environment -variables that override default optimizations have been defined, such -as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>, -unset them when building Binutils.</para> - <para>Verify that the PTYs are working properly inside the chroot environment. Check that everything is set up correctly by performing a simple test:</para> |