From 2a6c7b3e263e3d4f2c575ebc4f2c029d7213c621 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Mon, 1 Dec 2008 21:38:07 +0000 Subject: Adjust line break in adjusting toolchain section to avoid confusion git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8750 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/adjusting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05') diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index fb3f51dc6..35d77a78f 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -48,8 +48,8 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld -gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&@g' \ - > `dirname $(gcc -print-libgcc-file-name)`/specs +gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&@g' > \ + `dirname $(gcc -print-libgcc-file-name)`/specs During the build process, GCC runs a script (fixincludes) that scans the system for header files -- cgit v1.2.3-54-g00ecf