aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-09-16 00:21:26 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-09-16 00:21:26 +0000
commit2a7ac34a074d6f89c1385ba1ee542d9901fefd64 (patch)
treee8f84f74f81e53769190ede6ae3f81e8af03630a /chapter06/glibc.xml
parentb0a4c9a47dadc3ab2c37a034866cb542f3fffa0b (diff)
Upgrade to Glibc-2.6.1. Fixes #2018. Thanks to several people mentioned in the changelog.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 93ca99aef..14860f6cf 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -102,6 +102,10 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>
<screen><userinput>mkdir -v ../glibc-build
cd ../glibc-build</userinput></screen>
+ <para>Again, add the needed compiler flag to CFLAGS:</para>
+
+<screen><userinput>echo "CFLAGS += -march=i486" &gt; configparms</userinput></screen>
+
<para>Prepare Glibc for compilation:</para>
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \