diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 20:14:37 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 20:14:37 +0000 |
commit | f684ec6c5285002a882498d79f1f5fc060f502a7 (patch) | |
tree | 4d70a8bf16424f40146fe6c46bd788b71d498757 /chapter05/gcc-pass2.xml | |
parent | 1eeed22fbf1f1618cf0e6fdbb62436367d661132 (diff) |
Alter some --libexecdir options to improve general consistency throughout the book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index f62886115..46e888423 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -102,10 +102,10 @@ variables that override the default optimization flags.</para> <para>Now prepare GCC for compilation:</para> <screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ - --libexecdir=/tools/lib --with-local-prefix=/tools \ - --enable-clocale=gnu --enable-shared \ - --enable-threads=posix --enable-__cxa_atexit \ - --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> + --with-local-prefix=/tools --enable-clocale=gnu \ + --enable-shared --enable-threads=posix \ + --enable-__cxa_atexit --enable-languages=c,c++ \ + --disable-libstdcxx-pch</userinput></screen> <para>The meaning of the new configure options:</para> |