diff options
Diffstat (limited to 'chapter06/adjusting.xml')
-rw-r--r-- | chapter06/adjusting.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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'</userinput></screen> and the output of the last command (allowing for platform-specific target triplets) will be:</para> -<screen><computeroutput>SEARCH_DIR("/tools/i686-pc-linux-gnu/lib") -SEARCH_DIR("/usr/lib") +<screen><computeroutput>SEARCH_DIR("/usr/lib") SEARCH_DIR("/lib");</computeroutput></screen> <para os="l">Next make sure that we're using the correct libc:</para> |