Changeset 2882861 for chapter08/gmp.xml


Ignore:
Timestamp:
08/08/2023 03:16:54 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
8a243b5e
Parents:
428ca6c (diff), 9cca53d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gmp.xml

    r428ca6c r2882861  
    5959      the host processor.  If libraries suitable for processors less
    6060      capable than the host's CPU are desired, generic libraries can be
    61       created by running the following:
     61      created by appending the <option>--host=none-linux-gnu</option> option
     62      to the <command>configure</command> command.</para>
    6263
    63 <screen role="nodump"><userinput>cp -v configfsf.guess config.guess
    64 cp -v configfsf.sub   config.sub</userinput></screen></para>
     64      <!-- To editors: the configure script says "the none host is obsolete,
     65           use - -disable-assembly", but don't believe it: with the latter
     66           CFLAGS is still automatically set to -march=something.  -->
    6567    </note>
    6668
     
    111113    applications using the gmp libraries with the message "Illegal
    112114    instruction".  In this case, gmp should be reconfigured with the option
    113     --build=x86_64-pc-linux-gnu and rebuilt.</para></caution>
     115    <option>--host=none-linux-gnu</option> and rebuilt.</para></caution>
    114116
    115     <para>Ensure that all 197 tests in the test suite passed.
     117    <para>Ensure that all 199 tests in the test suite passed.
    116118    Check the results by issuing the following command:</para>
    117119
Note: See TracChangeset for help on using the changeset viewer.