mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
mips64el: gmp: add ABI=64
This commit is contained in:
parent
687a1b19e8
commit
60dbbd1f44
@ -40,7 +40,7 @@
|
||||
|
||||
<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
|
||||
@ -49,7 +49,7 @@
|
||||
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
|
||||
@ -67,6 +67,7 @@
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--enable-cxx \
|
||||
--disable-static \
|
||||
ABI=64 \
|
||||
--docdir=/usr/share/doc/gmp-&gmp-version;</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
@ -79,6 +80,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>ABI=64</parameter></term>
|
||||
<listitem>
|
||||
<para>This package defaults to use N32 ABI on 64-bit MIPS systems,
|
||||
but LFS expects 64-bit ABI.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--docdir=/usr/share/doc/gmp-&gmp-version;</parameter></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user