From 5763f6758eff4e014e353fca57c2064915c46544 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 3 Nov 2003 22:47:39 +0000 Subject: Fixing some tiny typos, and rephrasing a few more lines. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/binutils-pass1.xml') diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 6c7e62d98..2e2e46ba2 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -62,7 +62,7 @@ when linking statically. make configure-host make LDFLAGS="-all-static" -The meaning of the make options: +The meaning of the make parameters: configure-host: This forces all the @@ -86,7 +86,7 @@ strictly speaking, "-all-static" is first passed to the make -C ld clean make -C ld LDFLAGS="-all-static" LIB_PATH=/tools/lib -The meaning of the make options: +The meaning of the make parameters: -C ld clean: This tells the make program -- cgit v1.2.3-54-g00ecf