Ignore:
Timestamp:
Dec 13, 2015, 4:21:52 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
fc86858d
Parents:
dbc5b02 (diff), c7477f8e (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 branch 'sysvinit' of clfs.org:cross-lfs into sysvinit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/multilib/gcc-static.xml

    rdbc5b02 r991595cf  
    7272    xpointer="xpointer(//*[@os='h'])"/>
    7373
    74 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    75     ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    76     --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    77     --with-sysroot=${CLFS} --with-local-prefix=/tools \
    78     --with-native-system-header-dir=/tools/include --disable-shared \
    79     --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-mpc=/cross-tools \
    80     --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
    81     --disable-libssp --disable-libatomic --disable-libitm \
    82     --disable-libsanitizer --disable-libquadmath --disable-libvtv \
    83     --disable-libcilkrts --disable-libstdc++-v3 --disable-threads \
    84     --with-system-zlib --with-isl=/cross-tools --enable-languages=c \
     74<screen os="al"><userinput>AR=ar \
     75LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     76../gcc-&gcc-version;/configure \
     77    --prefix=/cross-tools \
     78    --build=${CLFS_HOST} \
     79    --host=${CLFS_HOST} \
     80    --target=${CLFS_TARGET} \
     81    --with-sysroot=${CLFS} \
     82    --with-local-prefix=/tools \
     83    --with-native-system-header-dir=/tools/include \
     84    --disable-shared \
     85    --with-mpfr=/cross-tools \
     86    --with-gmp=/cross-tools \
     87    --with-mpc=/cross-tools \
     88    --without-headers \
     89    --with-newlib \
     90    --disable-decimal-float \
     91    --disable-libgomp \
     92    --disable-libssp \
     93    --disable-libatomic \
     94    --disable-libitm \
     95    --disable-libsanitizer \
     96    --disable-libquadmath \
     97    --disable-libvtv \
     98    --disable-libcilkrts \
     99    --disable-libstdc++-v3 \
     100    --disable-threads \
     101    --with-system-zlib \
     102    --with-isl=/cross-tools \
     103    --enable-languages=c \
    85104    --with-glibc-version=&glibc-version;</userinput></screen>
    86105
Note: See TracChangeset for help on using the changeset viewer.