From 360e2c43cd050de14a654927da9a7610af9e38ce Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 22 Oct 2003 22:26:46 +0000 Subject: Adding some markup and doing miscellaneous shuffles. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/adjustingtoolchain.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/adjustingtoolchain.xml') diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index f07562f9c..15630f878 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -44,7 +44,7 @@ this: SPECFILE=/tools/lib/gcc-lib/*/*/specs && sed -e 's@/tools/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' \ -    $SPECFILE > newspecfile && +    $SPECFILE > newspecfile && mv -f newspecfile $SPECFILE && unset SPECFILE @@ -65,7 +65,7 @@ name of your platform's dynamic linker in the above commands. Refer back to basic functions (compiling and linking) of the adjusted toolchain are working as expected. For this we are going to perform a simple sanity check: -echo 'main(){}' > dummy.c +echo 'main(){}' > dummy.c gcc dummy.c readelf -l a.out | grep ': /lib' -- cgit v1.2.3-54-g00ecf