From 148bb04f8022ae1ea657d36ef04ff062bd023206 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Tue, 2 Sep 2003 22:03:51 +0000 Subject: Renaming /stage1 to /tools. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1-inst.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter05/binutils-pass1-inst.xml') diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 53c37be56..00a5c340d 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -22,14 +22,14 @@ cd ../binutils-build Next, prepare Binutils to be compiled: ../binutils-&binutils-version;/configure \ -    --prefix=/stage1 --disable-nls +    --prefix=/tools --disable-nls The meaning of the configure switches: ---prefix=/stage1: This tells the +--prefix=/tools: This tells the configure script to prepare to install the Binutils programs in the -/stage1 directory. +/tools directory. --disable-nls: This disables internationalization (a word often shortened to i18n). We don't need this for our static programs and nls often causes problems @@ -57,7 +57,7 @@ statically. on: make -C ld clean -make -C ld LIB_PATH=/stage1/lib +make -C ld LIB_PATH=/tools/lib Do not yet remove the Binutils build and source directories. You will need them again in their current state a bit further on -- cgit v1.2.3-54-g00ecf