Changeset 03d4306 for chapter06


Ignore:
Timestamp:
08/09/2023 06:24:02 AM (11 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
5c9689c
Parents:
45708d8
Message:

Synchronize instructions dft<-->ML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r45708d8 r03d4306  
    122122    --enable-default-pie                           \
    123123    --enable-default-ssp                           \
    124     --enable-initfini-array                        \
    125124    --disable-nls                                  \
    126125    --enable-multilib --with-multilib-list=$mlist  \
    127     --disable-decimal-float                        \
    128126    --disable-libatomic                            \
    129127    --disable-libgomp                              \
    130128    --disable-libquadmath                          \
     129    --disable-libsanitizer                         \
    131130    --disable-libssp                               \
    132131    --disable-libvtv                               \
    133132    --enable-languages=c,c++</userinput></screen>
    134 <!--
    135     LDFLAGS_FOR_TARGET="-L$PWD/$LFS_TGT/libgcc -L$PWD/$LFS_TGT/32/libgcc -L$PWD/$LFS_TGT/x32/libgcc" \
    136 -->
     133
    137134    <variablelist>
    138135      <title>The meaning of the new configure options:</title><!-- WIP -->
Note: See TracChangeset for help on using the changeset viewer.