From f684ec6c5285002a882498d79f1f5fc060f502a7 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 7 Nov 2005 20:14:37 +0000 Subject: 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 --- chapter05/gcc-pass2.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter05/gcc-pass2.xml') 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. Now prepare GCC for compilation: ../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 + --with-local-prefix=/tools --enable-clocale=gnu \ + --enable-shared --enable-threads=posix \ + --enable-__cxa_atexit --enable-languages=c,c++ \ + --disable-libstdcxx-pch The meaning of the new configure options: -- cgit v1.2.3-54-g00ecf