From a1b60e222a43ae6c5e5c1cc305974a8d62cbd4ab Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 2 Apr 2013 20:42:46 +0000 Subject: Fix example output in adjusted search path git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/adjusting.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml index 78ba0a00e..624e23d9f 100644 --- a/chapter06/adjusting.xml +++ b/chapter06/adjusting.xml @@ -84,8 +84,7 @@ readelf -l a.out | grep ': /lib' and the output of the last command (allowing for platform-specific target triplets) will be: -SEARCH_DIR("/tools/i686-pc-linux-gnu/lib") -SEARCH_DIR("/usr/lib") +SEARCH_DIR("/usr/lib") SEARCH_DIR("/lib"); Next make sure that we're using the correct libc: -- cgit v1.2.3-54-g00ecf