diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-22 20:38:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-22 20:38:21 +0000 |
commit | d9c836bba990a150e7b06e5d20f743d5ba8b4a10 (patch) | |
tree | 13ac70f0bae791d763756c1d3d5a4a71b3c9e566 /chapter05 | |
parent | 3f4c6ca1a4699abaaa1a5b3eb0a91ae3c0866c06 (diff) |
Update glibc text removing noatime mount
caution and adding text regarding test issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 05607b344..5f90ad46a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -48,7 +48,7 @@ <screen><userinput remap="pre">mkdir -v ../glibc-build cd ../glibc-build</userinput></screen> - +<!-- <para>Because Glibc no longer supports i386, its developers say to use the compiler flag <parameter>-march=i486</parameter> when building it for x86 machines. There are several ways to accomplish that, but testing shows that @@ -62,7 +62,7 @@ cd ../glibc-build</userinput></screen> <screen><userinput remap="configure">case `uname -m` in i?86) echo "CFLAGS += -march=i486 -mtune=native" > configparms ;; esac</userinput></screen> - +--> <para>Fix an issue when building Glibc-&glibc-version; with GCC-&gcc-version;:</para> <screen><userinput remap="pre">sed -i 's/ -lgcc_s//' ../glibc-&glibc-version;/Makeconfig</userinput></screen> |