Ignore:
Timestamp:
03/19/2022 07:56:37 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
377270b
Parents:
02c702c
Message:

Adopt changes to multilib instrustions. ML CURRENTLY BROKEN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r02c702c r85acfcb0  
    118118    --build=$(../config.guess)                     \
    119119    --host=$LFS_TGT                                \
     120    --target=$LFS_TGT                              \
     121    LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc      \
    120122    --prefix=/usr                                  \
    121     CC_FOR_TARGET=$LFS_TGT-gcc                     \
    122123    --with-build-sysroot=$LFS                      \
    123124    --enable-initfini-array                        \
     
    130131    --disable-libssp                               \
    131132    --disable-libvtv                               \
    132     --disable-libstdcxx                            \
    133133    --enable-languages=c,c++</userinput></screen>
    134 
     134<!--
     135    LDFLAGS_FOR_TARGET="-L$PWD/$LFS_TGT/libgcc -L$PWD/$LFS_TGT/32/libgcc -L$PWD/$LFS_TGT/x32/libgcc" \
     136-->
    135137    <variablelist>
    136138      <title>The meaning of the new configure options:</title><!-- WIP -->
Note: See TracChangeset for help on using the changeset viewer.