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/common/gcc-static.xml

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