Ignore:
Timestamp:
Dec 13, 2015, 4:19:04 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
c7477f8e
Parents:
00cf9ca
git-author:
Chris Staub <chris@…> (12/13/15 15:57:55)
git-committer:
Chris Staub <chris@…> (12/13/15 16:19:04)
Message:

Put one configure option per line

Location:
BOOK/cross-tools/mips64-64
Files:
2 edited

Legend:

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

    r00cf9ca rb27081c4  
    5959    xpointer="xpointer(//*[@os='h'])"/>
    6060
    61 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    62     ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    63     --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    64     --with-sysroot=${CLFS} --with-local-prefix=/tools \
    65     --with-native-system-header-dir=/tools/include --disable-static \
    66     --enable-languages=c,c++ --disable-multilib --with-mpc=/cross-tools \
    67     --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools \
    68     --with-system-zlib --with-abi=64</userinput></screen>
     61<screen os="bf"><userinput>AR=ar \
     62LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     63../gcc-&gcc-version;/configure \
     64    --prefix=/cross-tools \
     65    --build=${CLFS_HOST} \
     66    --target=${CLFS_TARGET} \
     67    --host=${CLFS_HOST} \
     68    --with-sysroot=${CLFS} \
     69    --with-local-prefix=/tools \
     70    --with-native-system-header-dir=/tools/include \
     71    --disable-static \
     72    --enable-languages=c,c++ \
     73    --disable-multilib \
     74    --with-mpc=/cross-tools \
     75    --with-mpfr=/cross-tools \
     76    --with-gmp=/cross-tools \
     77    --with-isl=/cross-tools \
     78    --with-system-zlib \
     79    --with-abi=64</userinput></screen>
    6980
    7081    <variablelist os="bg">
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    r00cf9ca rb27081c4  
    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.