Ignore:
File:
1 edited

Legend:

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

    rb27081c4 rb8931749  
    7070    xpointer="xpointer(//*[@os='h'])"/>
    7171
    72 <screen os="al"><userinput>AR=ar \
    73 LDFLAGS="-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 \
     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 \
    8176    --with-native-system-header-dir=/tools/include \
    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 \
     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 \
    10384    --with-glibc-version=&glibc-version;</userinput></screen>
    10485
Note: See TracChangeset for help on using the changeset viewer.