diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 22:46:36 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 22:46:36 +0000 |
commit | 7034fe2605e17f2a84a2b41040bc6102ea9ebfcf (patch) | |
tree | b7c55f05c79c5527bb017d78372bcf78e3e238c6 /chapter06/gcc-inst.xml | |
parent | 551a63063110fa99fc96592d7b68388bcb23861d (diff) |
removed --version-specific-runtime-libs for now
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2532 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index b5ac29eff..6b0220d54 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -30,7 +30,6 @@ cd ../gcc-build</userinput></screen></para> ../gcc-&gcc-version;/configure --prefix=/usr \ --enable-shared --enable-threads=posix \ --enable-__cxa_atexit --enable-clocale=gnu \ - --enable-version-specific-runtime-libs \ --mandir=/usr/share/man \ --infodir=/usr/share/info</userinput></screen></para> |