aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-07 03:31:39 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-07 03:31:39 +0000
commit0e0b41a476ff55a1f66a5a6b6eec18948def808f (patch)
treec7d993538c375fa5139506cca0b2f3e033eaf09c /chapter06/gcc.xml
parent026d653a514fb6fcfce1a03b56ca993d144e512f (diff)
Update the example SEARCH_DIR output for i686 in the GCC text.
Update to tzdata2014b. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 1484f4ff5..063e0146a 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -234,12 +234,16 @@ cd ../gcc-build</userinput></screen>
href="adjusting.xml"
xpointer="xpointer(//*[@os='k'])"/>
-<screen><computeroutput>SEARCH_DIR("/usr/i686-pc-linux-gnu/lib")
+<screen><computeroutput>SEARCH_DIR("/usr/i686-pc-linux-gnu/lib32")
+SEARCH_DIR("/usr/local/lib32")
+SEARCH_DIR("/lib32")
+SEARCH_DIR("/usr/lib32")
+SEARCH_DIR("/usr/i686-pc-linux-gnu/lib")
SEARCH_DIR("/usr/local/lib")
SEARCH_DIR("/lib")
SEARCH_DIR("/usr/lib");</computeroutput></screen>
- <para>A 64-bit system may see a few more directories. For example, here
+ <para>A 64-bit system may see a few different directories. For example, here
is the output from an x86_64 machine:</para>
<screen><computeroutput>SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64")