Changeset 5adc76b


Ignore:
Timestamp:
08/26/2022 12:31:34 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
a56ef91
Parents:
8e7fe4a
git-author:
Xi Ruoyao <xry111@…> (08/26/2022 11:40:06 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/26/2022 12:31:34 PM)
Message:

arm64: gmp: remove reference to 32-bit or x86

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gmp.xml

    r8e7fe4a r5adc76b  
    4141  <sect2 role="installation">
    4242    <title>Installation of GMP</title>
    43 
    44     <note>
    45       <para>If you are building for 32-bit x86, but you have a CPU which is
    46       capable of running 64-bit code <emphasis>and</emphasis> you have specified
    47       <envar>CFLAGS</envar> in the environment, the configure script will
    48       attempt to configure for 64-bits and fail.
    49       Avoid this by invoking the configure command below with
    50 <screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
    51     </note>
    5243
    5344    <note>
     
    10798    applications using the gmp libraries with the message "Illegal
    10899    instruction".  In this case, gmp should be reconfigured with the option
    109     --build=x86_64-pc-linux-gnu and rebuilt.</para></caution>
     100    --build=aarch64-unknown-linux-gnu and rebuilt.</para></caution>
    110101
    111102    <para>Ensure that all 197 tests in the test suite passed.
Note: See TracChangeset for help on using the changeset viewer.