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-pass1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/gcc-pass1.xml') 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 Prepare GCC for compilation: ../gcc-&gcc-version;/configure --prefix=/tools \ - --libexecdir=/tools/lib --with-local-prefix=/tools \ - --disable-nls --enable-shared --enable-languages=c + --with-local-prefix=/tools --disable-nls --enable-shared \ + --enable-languages=c The meaning of the configure options: -- cgit v1.2.3-54-g00ecf