diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 7c99a9b1a..d40b93297 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -29,17 +29,6 @@ <sect2 role="installation"> <title>Installation of Glibc</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 Glibc.</para> - -<para>It should be noted that compiling Glibc in any way other than -the method suggested in this book puts the stability of the system at -risk.</para> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |