mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-15 16:55:06 +01:00
arm64: gmp: remove reference to 32-bit or x86
This commit is contained in:
parent
8e7fe4acd4
commit
5adc76b2b8
@ -41,15 +41,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of GMP</title>
|
||||
|
||||
<note>
|
||||
<para>If you are building for 32-bit x86, but you have a CPU which is
|
||||
capable of running 64-bit code <emphasis>and</emphasis> you have specified
|
||||
<envar>CFLAGS</envar> in the environment, the configure script will
|
||||
attempt to configure for 64-bits and fail.
|
||||
Avoid this by invoking the configure command below with
|
||||
<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
|
||||
</note>
|
||||
|
||||
<note>
|
||||
<para>The default settings of GMP produce libraries optimized for
|
||||
the host processor. If libraries suitable for processors less
|
||||
@ -106,7 +97,7 @@ make html</userinput></screen>
|
||||
the system capabilities and there will be errors in the tests or other
|
||||
applications using the gmp libraries with the message "Illegal
|
||||
instruction". In this case, gmp should be reconfigured with the option
|
||||
--build=x86_64-pc-linux-gnu and rebuilt.</para></caution>
|
||||
--build=aarch64-unknown-linux-gnu and rebuilt.</para></caution>
|
||||
|
||||
<para>Ensure that all 197 tests in the test suite passed.
|
||||
Check the results by issuing the following command:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user