diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-30 02:09:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-30 02:09:19 +0000 |
commit | 5f360c1ac6ddbb4020c328a9d8d411b494b26db4 (patch) | |
tree | e59130101780354d09e440002ceee2716848496e /chapter06 | |
parent | 4f57994b66f09f8d3a7909e3ffff2ad285c2637b (diff) |
Actually let libiberty get installed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index cbc292c1e..c4b5aa52e 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -79,7 +79,6 @@ cd ../gcc-build</userinput></screen> --enable-languages=c,c++ \ --disable-multilib \ --disable-bootstrap \ - --disable-install-libiberty \ --with-system-zlib</userinput></screen> <para>Note that for other languages, there are some prerequisites that |