|
@@ -120,7 +120,8 @@ cd build</userinput></screen>
|
|
|
<userinput>grep -A7 Summ</userinput>.</para>
|
|
|
|
|
|
<para>Results can be compared with those located at <ulink
|
|
|
- url="&test-results;"/> and <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
|
|
|
+ url="&test-results;"/> and
|
|
|
+ <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
|
|
|
|
|
|
<para>A few unexpected failures cannot always be avoided. The GCC developers
|
|
|
are usually aware of these issues, but have not resolved them yet.
|
|
@@ -179,9 +180,9 @@ ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \
|
|
|
href="adjusting.xml"
|
|
|
xpointer="xpointer(//*[@os='f'])"/>
|
|
|
|
|
|
-<screen><computeroutput>/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/../../../crt1.o succeeded
|
|
|
-/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/../../../crti.o succeeded
|
|
|
-/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/../../../crtn.o succeeded</computeroutput></screen>
|
|
|
+<screen><computeroutput>/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crt1.o succeeded
|
|
|
+/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crti.o succeeded
|
|
|
+/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crtn.o succeeded</computeroutput></screen>
|
|
|
|
|
|
<para>Depending on your machine architecture, the above may differ slightly,
|
|
|
the difference usually being the name of the directory
|
|
@@ -201,9 +202,9 @@ ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \
|
|
|
xpointer="xpointer(//*[@os='h'])"/>
|
|
|
|
|
|
<screen><computeroutput>#include <...> search starts here:
|
|
|
- /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
|
|
|
+ /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/include
|
|
|
/usr/local/include
|
|
|
- /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed
|
|
|
+ /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/include-fixed
|
|
|
/usr/include</computeroutput></screen>
|
|
|
|
|
|
<para>Again, note that the directory named after your target triplet may be
|
|
@@ -226,23 +227,23 @@ ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \
|
|
|
href="adjusting.xml"
|
|
|
xpointer="xpointer(//*[@os='k'])"/>
|
|
|
|
|
|
-<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")
|
|
|
+<screen><computeroutput>SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib64")
|
|
|
+SEARCH_DIR("/usr/local/lib64")
|
|
|
+SEARCH_DIR("/lib64")
|
|
|
+SEARCH_DIR("/usr/lib64")
|
|
|
+SEARCH_DIR("/usr/x86_64-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 different directories. For example, here
|
|
|
- is the output from an x86_64 machine:</para>
|
|
|
+ <para>A 32-bit system may see a few different directories. For example, here
|
|
|
+ is the output from an i686 machine:</para>
|
|
|
|
|
|
-<screen><computeroutput>SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64")
|
|
|
-SEARCH_DIR("/usr/local/lib64")
|
|
|
-SEARCH_DIR("/lib64")
|
|
|
-SEARCH_DIR("/usr/lib64")
|
|
|
-SEARCH_DIR("/usr/x86_64-unknown-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>
|