Changeset 60dbbd1


Ignore:
Timestamp:
02/28/2024 04:02:52 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
3577b41
Parents:
687a1b1
git-author:
Xi Ruoyao <xry111@…> (03/03/2022 02:37:15 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/28/2024 04:02:52 PM)
Message:

mips64el: gmp: add ABI=64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gmp.xml

    r687a1b1 r60dbbd1  
    4141  <sect2 role="installation">
    4242    <title>Installation of GMP</title>
    43 
     43<!--
    4444    <note>
    4545      <para>If you are building for 32-bit x86, but you have a CPU which is
     
    5050<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
    5151    </note>
    52 
     52-->
    5353    <note>
    5454      <para>The default settings of GMP produce libraries optimized for
     
    6868            --enable-cxx     \
    6969            --disable-static \
     70            ABI=64           \
    7071            --docdir=/usr/share/doc/gmp-&gmp-version;</userinput></screen>
    7172
     
    7778        <listitem>
    7879          <para>This parameter enables C++ support</para>
     80        </listitem>
     81      </varlistentry>
     82
     83      <varlistentry>
     84        <term><parameter>ABI=64</parameter></term>
     85        <listitem>
     86          <para>This package defaults to use N32 ABI on 64-bit MIPS systems,
     87          but LFS expects 64-bit ABI.</para>
    7988        </listitem>
    8089      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.