Ignore:
Timestamp:
06/09/2020 11:10:16 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ccff95b
Parents:
ee714d3
Message:

Text updates for cross2 Chapter 5

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    ree714d3 r79524a0  
    133133
    134134      <varlistentry>
     135        <term><parameter>--enable-initfini-array</parameter></term>
     136        <listitem>
     137          <para>This switch forces the use of some internal data structures
     138          that are needed but cannot be detected when building a cross
     139          compiler.</para>
     140        </listitem>
     141      </varlistentry>
     142
     143      <varlistentry>
    135144        <term><parameter>--disable-shared</parameter></term>
    136145        <listitem>
    137146          <para>This switch forces GCC to link its internal libraries
    138           statically. We need this because the shared libraries require glibc,
    139           which is not yet installed on the target system.</para>
     147          statically. We need this because the shared libraries require glibc,
     148          which is not yet installed on the target system.</para>
     149        </listitem>
     150      </varlistentry>
     151
     152      <varlistentry>
     153        <term><parameter>--disable-multilib</parameter></term>
     154        <listitem>
     155          <para>On x86_64, LFS does not support a multilib configuration.
     156          This switch is harmless for x86.</para>
    140157        </listitem>
    141158      </varlistentry>
     
    143160      <varlistentry>
    144161        <term><parameter>--disable-decimal-float, --disable-threads,
    145               --disable-libatomic, --disable-libgomp, <!--- -disable-libmpx,-->
     162              --disable-libatomic, --disable-libgomp,
    146163        --disable-libquadmath, --disable-libssp, --disable-libvtv,
    147164        --disable-libstdcxx</parameter></term>
    148165        <listitem>
    149166          <para>These switches disable support for the decimal floating point
    150           extension, threading, libatomic, libgomp, <!--libmpx, --> libquadmath, libssp,
     167          extension, threading, libatomic, libgomp, libquadmath, libssp,
    151168          libvtv, and the C++ standard library respectively. These features
    152169          will fail to compile when building a cross-compiler and are not
    153170          necessary for the task of cross-compiling the temporary libc.</para>
    154         </listitem>
    155       </varlistentry>
    156 
    157       <varlistentry>
    158         <term><parameter>--disable-multilib</parameter></term>
    159         <listitem>
    160           <para>On x86_64, LFS does not yet support a multilib configuration.
    161           This switch is harmless for x86.</para>
    162171        </listitem>
    163172      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.