Ignore:
Timestamp:
09/20/2021 07:37:34 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
60870bc
Parents:
e680022 (diff), 7e62bbc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    re680022 r716db1f  
    8383</userinput></screen>
    8484
    85     <para>The GCC documentation recommends building GCC 
     85    <para>The GCC documentation recommends building GCC
    8686    in a dedicated build directory:</para>
    8787
     
    9191    <para>Prepare GCC for compilation:</para>
    9292
    93 <screen arch="default"><userinput remap="configure">../configure                                       \
    94     --target=$LFS_TGT                              \
    95     --prefix=$LFS/tools                            \
    96     --with-glibc-version=2.11                      \
    97     --with-sysroot=$LFS                            \
    98     --with-newlib                                  \
    99     --without-headers                              \
    100     --enable-initfini-array                        \
    101     --disable-nls                                  \
    102     --disable-shared                               \
    103     --disable-multilib                             \
    104     --disable-decimal-float                        \
    105     --disable-threads                              \
    106     --disable-libatomic                            \
    107     --disable-libgomp                              \
    108     --disable-libquadmath                          \
    109     --disable-libssp                               \
    110     --disable-libvtv                               \
    111     --disable-libstdcxx                            \
     93<screen arch="default"><userinput remap="configure">../configure                  \
     94    --target=$LFS_TGT         \
     95    --prefix=$LFS/tools       \
     96    --with-glibc-version=2.11 \
     97    --with-sysroot=$LFS       \
     98    --with-newlib             \
     99    --without-headers         \
     100    --enable-initfini-array   \
     101    --disable-nls             \
     102    --disable-shared          \
     103    --disable-multilib        \
     104    --disable-decimal-float   \
     105    --disable-threads         \
     106    --disable-libatomic       \
     107    --disable-libgomp         \
     108    --disable-libquadmath     \
     109    --disable-libssp          \
     110    --disable-libvtv          \
     111    --disable-libstdcxx       \
    112112    --enable-languages=c,c++</userinput></screen>
    113113<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure"
     
    115115    arch="ml_x32">mlist=m64,mx32</userinput><userinput remap="configure"
    116116    arch="ml_all">mlist=m64,m32,mx32</userinput>
    117 <userinput remap="configure">../configure                                       \
     117<userinput remap="configure">../configure                  \
    118118    --target=$LFS_TGT                              \
    119119    --prefix=$LFS/tools                            \
     
    143143        <listitem>
    144144          <para>This option ensures the package will be compatible with the host's
    145           version of glibc.  It is set to the minimum glibc requirement 
     145          version of glibc.  It is set to the minimum glibc requirement
    146146          specified in the <xref linkend="ch-partitioning-hostreqs"/>.</para>
    147147        </listitem>
     
    202202      <varlistentry>
    203203        <term><parameter>--disable-decimal-float, --disable-threads,
    204               --disable-libatomic, --disable-libgomp, 
     204              --disable-libatomic, --disable-libgomp,
    205205        --disable-libquadmath, --disable-libssp, --disable-libvtv,
    206206        --disable-libstdcxx</parameter></term>
Note: See TracChangeset for help on using the changeset viewer.