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-pass1.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-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 10f801167..b6138fb7a 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -38,8 +38,8 @@ cd ../gcc-build</userinput></screen> <para>Prepare GCC for compilation:</para> <screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ - --libexecdir=/tools/lib --with-local-prefix=/tools \ - --disable-nls --enable-shared --enable-languages=c</userinput></screen> + --with-local-prefix=/tools --disable-nls --enable-shared \ + --enable-languages=c</userinput></screen> <para>The meaning of the configure options:</para> |