From 574b0eabcc0015a1ee7c8b7098f50e2b6b0e9005 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 30 May 2004 13:41:04 +0000 Subject: Tagging corrections in chapters 5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/adjusting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/adjusting.xml') diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 1f18d7cb2..468241652 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -20,7 +20,7 @@ the binutils-build directory: make -C ld install From this point onwards everything will link only -against the libraries in /tools/lib. +against the libraries in /tools/lib. If you somehow missed the earlier warning to retain the Binutils source and build directories from the first pass or otherwise accidentally @@ -77,7 +77,7 @@ readelf -l a.out | grep ': /tools' output of the last command will be (allowing for platform specific differences in dynamic linker name): -
[Requesting program interpreter: /tools/lib/ld-linux.so.2]
+
[Requesting program interpreter: /tools/lib/ld-linux.so.2]
Note especially that /tools/lib appears as the prefix of our dynamic linker. -- cgit v1.2.3-54-g00ecf