mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 20:29:21 +01:00
mips64el: gmp: add ABI=64
This commit is contained in:
parent
687a1b19e8
commit
60dbbd1f44
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of GMP</title>
|
<title>Installation of GMP</title>
|
||||||
|
<!--
|
||||||
<note>
|
<note>
|
||||||
<para>If you are building for 32-bit x86, but you have a CPU which is
|
<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
|
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
|
Avoid this by invoking the configure command below with
|
||||||
<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
|
<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
|
||||||
</note>
|
</note>
|
||||||
|
-->
|
||||||
<note>
|
<note>
|
||||||
<para>The default settings of GMP produce libraries optimized for
|
<para>The default settings of GMP produce libraries optimized for
|
||||||
the host processor. If libraries suitable for processors less
|
the host processor. If libraries suitable for processors less
|
||||||
@ -67,6 +67,7 @@
|
|||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
--enable-cxx \
|
--enable-cxx \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
ABI=64 \
|
||||||
--docdir=/usr/share/doc/gmp-&gmp-version;</userinput></screen>
|
--docdir=/usr/share/doc/gmp-&gmp-version;</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
@ -79,6 +80,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
<varlistentry>
|
||||||
<term><parameter>--docdir=/usr/share/doc/gmp-&gmp-version;</parameter></term>
|
<term><parameter>--docdir=/usr/share/doc/gmp-&gmp-version;</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user