diff options
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> |