diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-28 10:23:04 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-28 10:23:04 +0000 |
commit | c906b7e5cc69bc203b14204e7bdeeeea3fc4fb4a (patch) | |
tree | 4ad2c732874bb0959cfbbd4b34c59b908d14d23f /chapter05 | |
parent | 7aea76f953a96dddf11f49679275ba3aba496eba (diff) |
Upgrade to Glibc-2.17. Fixes #3261.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index e3edf9630..9af9bafd8 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -52,10 +52,6 @@ su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc' fi</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//' Makeconfig</userinput></screen> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |