Changeset ed434750 for chapter08/gcc.xml


Ignore:
Timestamp:
06/11/2023 08:40:45 PM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2
Children:
85eca6fd
Parents:
87db6eb
git-author:
Xi Ruoyao <xry111@…> (06/11/2023 09:56:08 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/11/2023 08:40:45 PM)
Message:

loongarch: gcc: Update sanity check output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r87db6eb red434750  
    241241  <para>The output of the last command should be:</para>
    242242
    243 <screen><computeroutput>/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/Scrt1.o succeeded
    244 /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crti.o succeeded
    245 /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crtn.o succeeded</computeroutput></screen>
     243<screen><computeroutput>/usr/lib/gcc/loongarch64-unknown-linux-gnu/&gcc-version;/../../../../lib/Scrt1.o succeeded
     244/usr/lib/gcc/loongarch64-unknown-linux-gnu/&gcc-version;/../../../../lib/crti.o succeeded
     245/usr/lib/gcc/loongarch64-unknown-linux-gnu/&gcc-version;/../../../../lib/crtn.o succeeded</computeroutput></screen>
    246246
    247247  <para>Depending on your machine architecture, the above may differ slightly.
     
    260260
    261261<screen><computeroutput>#include &lt;...&gt; search starts here:
    262  /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/include
     262 /usr/lib/gcc/loongarch64-unknown-linux-gnu/&gcc-version;/include
    263263 /usr/local/include
    264  /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/include-fixed
     264 /usr/lib/gcc/loongarch64-unknown-linux-gnu/&gcc-version;/include-fixed
    265265 /usr/include</computeroutput></screen>
    266266
     
    275275  be ignored, but otherwise the output of the last command should be:</para>
    276276
    277 <screen><computeroutput>SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib64")
     277<screen><computeroutput>SEARCH_DIR("/usr/loongarch64-unknown-linux-gnu/lib64")
    278278SEARCH_DIR("/usr/local/lib64")
    279279SEARCH_DIR("/lib64")
    280280SEARCH_DIR("/usr/lib64")
    281 SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib")
     281SEARCH_DIR("/usr/loongarch64-unknown-linux-gnu/lib")
    282282SEARCH_DIR("/usr/local/lib")
    283283SEARCH_DIR("/lib")
    284284SEARCH_DIR("/usr/lib");</computeroutput></screen>
    285 
     285<!--
    286286   <para>A 32-bit system may use a few other directories. For example, here
    287287   is the output from an i686 machine:</para>
     
    295295SEARCH_DIR("/lib")
    296296SEARCH_DIR("/usr/lib");</computeroutput></screen>
    297 
     297-->
    298298  <para>Next make sure that we're using the correct libc:</para>
    299299
Note: See TracChangeset for help on using the changeset viewer.