Changeset 5adc76b for chapter08/gmp.xml
- Timestamp:
- 08/26/2022 12:31:34 PM (9 months ago)
- Branches:
- xry111/arm64
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/gmp.xml
r8e7fe4a r5adc76b 41 41 <sect2 role="installation"> 42 42 <title>Installation of GMP</title> 43 44 <note>45 <para>If you are building for 32-bit x86, but you have a CPU which is46 capable of running 64-bit code <emphasis>and</emphasis> you have specified47 <envar>CFLAGS</envar> in the environment, the configure script will48 attempt to configure for 64-bits and fail.49 Avoid this by invoking the configure command below with50 <screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>51 </note>52 43 53 44 <note> … … 107 98 applications using the gmp libraries with the message "Illegal 108 99 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> 110 101 111 102 <para>Ensure that all 197 tests in the test suite passed.
Note:
See TracChangeset
for help on using the changeset viewer.