Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    rc636dee r7cd7f99  
    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-isl=/cross-tools \
    80     --with-mpc=/cross-tools --without-headers --with-newlib \
    81     --disable-decimal-float --disable-libgomp --disable-libssp \
    82     --disable-libatomic --disable-libitm --disable-libsanitizer \
    83     --disable-libquadmath --disable-libvtv --disable-libcilkrts \
    84     --disable-libcilkrts --disable-threads --disable-multilib \
    85     --with-system-zlib --enable-languages=c --with-abi=64 \
     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-isl=/cross-tools \
     88    --with-mpc=/cross-tools \
     89    --without-headers \
     90    --with-newlib \
     91    --disable-decimal-float \
     92    --disable-libgomp \
     93    --disable-libssp \
     94    --disable-libatomic \
     95    --disable-libitm \
     96    --disable-libsanitizer \
     97    --disable-libquadmath \
     98    --disable-libvtv \
     99    --disable-libcilkrts \
     100    --disable-libcilkrts \
     101    --disable-threads \
     102    --disable-multilib \
     103    --with-system-zlib \
     104    --enable-languages=c \
     105    --with-abi=64 \
    86106    --with-glibc-version=&glibc-version;</userinput></screen>
    87107
Note: See TracChangeset for help on using the changeset viewer.