Changeset 64e8131 for chapter08/gmp.xml


Ignore:
Timestamp:
08/27/2023 03:06:02 AM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
e08ba0a
Parents:
9a5dab1 (diff), 11cfb5b (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gmp.xml

    r9a5dab1 r64e8131  
    4646      the host processor.  If libraries suitable for processors less
    4747      capable than the host's CPU are desired, generic libraries can be
    48       created by running the following:
     48      created by appending the <option>--host=none-linux-gnu</option> option
     49      to the <command>configure</command> command.</para>
    4950
    50 <screen role="nodump"><userinput>cp -v configfsf.guess config.guess
    51 cp -v configfsf.sub   config.sub</userinput></screen></para>
     51      <!-- To editors: the configure script says "the none host is obsolete,
     52           use - -disable-assembly", but don't believe it: with the latter
     53           CFLAGS is still automatically set to -march=something.  -->
    5254    </note>
    5355
     
    98100    applications using the gmp libraries with the message "Illegal
    99101    instruction".  In this case, gmp should be reconfigured with the option
    100     --build=aarch64-unknown-linux-gnu and rebuilt.</para></caution>
     102    <option>--host=none-linux-gnu</option> and rebuilt.</para></caution>
    101103
    102     <para>Ensure that all 197 tests in the test suite passed.
     104    <para>Ensure that all 199 tests in the test suite passed.
    103105    Check the results by issuing the following command:</para>
    104106
Note: See TracChangeset for help on using the changeset viewer.