From 3a788f0c7908aaf9aa115ec6e2cba3217b67fad5 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Wed, 24 Sep 2003 23:48:45 +0000 Subject: Next batch of fixes for Bug 675 - missing command descriptions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1-inst.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'chapter05/binutils-pass1-inst.xml') diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index e10415645..8b9328755 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -35,6 +35,7 @@ cd ../binutils-build --prefix=/tools: This tells the configure script to prepare to install the Binutils programs in the /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 @@ -69,14 +70,15 @@ make -C ld LIB_PATH=/tools/lib -C ld clean: This tells the make program -to remove all the compiled files only in the ld +to remove all the compiled files, but only in the ld subdirectory. -C ld LIB_PATH=/tools/lib: This option rebuilds everything in the ld subdirectory. Specifying the LIB_PATH makefile variable on the command line allows us to override the default -value and have it point to our temporary tools location. This preparation will -be utilised later on in the chapter. +value and have it point to our temporary tools location. The value of this +variable specifies the linker's default library search path. You'll see how this +preparation is utilised later on in the chapter. Do not yet remove the Binutils build and source -- cgit v1.2.3-54-g00ecf