From 695ae0bc31b390e1a544b0bd2f613ed514731168 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Tue, 24 Sep 2002 04:52:43 +0000 Subject: Applied Bill's chapter 5 fixes patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-exp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/gcc-exp.xml') diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index dc2e67bf2..b1fd52b43 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -25,7 +25,7 @@ This is the equivalent to make LDFLAGS=-static as we use with other packages to compile them statically. ln -s gcc $LFS/static/bin/cc: This -creates the $LFS/static/bin/gcc symlink which some packages need. +creates the $LFS/static/bin/gcc symlink, which some packages need. -- cgit v1.2.3-54-g00ecf