|
@@ -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")
|