Ignore:
Timestamp:
05/16/2019 06:29:32 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
4a8482f
Parents:
8c5e7286
Message:

Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r8c5e7286 r01ffc23  
    156156    <para>Prepare GCC for compilation:</para>
    157157
    158 <screen arch="default"><userinput remap="configure">../configure                                       \
    159     --target=$LFS_TGT                              \
    160     --prefix=/tools                                \
    161     --with-glibc-version=2.11                      \
    162     --with-sysroot=$LFS                            \
    163     --with-newlib                                  \
    164     --without-headers                              \
    165     --with-local-prefix=/tools                     \
    166     --with-native-system-header-dir=/tools/include \
    167     --disable-nls                                  \
    168     --disable-shared                               \
    169     --disable-multilib                             \
    170     --disable-decimal-float                        \
    171     --disable-threads                              \
    172     --disable-libatomic                            \
    173     --disable-libgomp                              \
    174     --disable-libquadmath                          \
    175     --disable-libssp                               \
    176     --disable-libvtv                               \
    177     --disable-libstdcxx                            \
    178     --enable-languages=c,c++</userinput></screen>
    179 
    180 <screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">mlist="m64"</userinput>
    181 <userinput arch="ml_32,ml_all" remap="configure">mlist="$mlist,m32"</userinput>
    182 <userinput arch="ml_x32,ml_all" remap="configure">mlist="$mlist,mx32"</userinput>
     158<screen><userinput arch="default" remap="configure">mloptions="--disable-multilib"</userinput>
     159<userinput arch="ml_32,ml_x32,ml_all" remap="configure">mloptions="--enable-multilib --with-multilib-list=m64"</userinput>
     160<userinput arch="ml_32,ml_all" remap="configure">mloptions="$mloptions,m32"</userinput>
     161<userinput arch="ml_x32,ml_all" remap="configure">mloptions="$mloptions,mx32"</userinput>
    183162<userinput remap="configure">../configure                                       \
    184163    --target=$LFS_TGT                              \
     
    192171    --disable-nls                                  \
    193172    --disable-shared                               \
    194     --enable-multilib                              \
    195     --with-multilib-list=$mlist                    \
    196173    --disable-decimal-float                        \
    197174    --disable-threads                              \
     
    202179    --disable-libvtv                               \
    203180    --disable-libstdcxx                            \
    204     --enable-languages=c,c++</userinput></screen>
     181    --enable-languages=c,c++                       \
     182    $mloptions</userinput></screen>
    205183
    206184    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.