From 51fe2150ea982ef1b9f20f4387a2c77313727b13 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 17 Jan 2004 07:53:07 +0000 Subject: Expanded the Locking in Glibc and Re-adjusting the toolchain sections to also catch missing cc->gcc symlink and provide more help for when things go wrong. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3173 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/gcc-pass1.xml') diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 2ec21c6d3..c994e7650 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -98,7 +98,7 @@ Unix systems. Not everybody has the GNU C compiler installed. Simply running cc leaves the system administrator free to decide what C compiler to install, as long as there's a symlink pointing to it: -ln -sf gcc /tools/bin/cc +ln -s gcc /tools/bin/cc -- cgit v1.2.3-54-g00ecf