Ignore:
File:
1 edited

Legend:

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

    r26b5617 rd08e660  
    7070  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    7171  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
    72   --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    73   --with-ppl=/cross-tools --with-cloog=/cross-tools \
     72  --disable-shared --disable-static --with-mpfr=/cross-tools \
     73  --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \
    7474  --without-headers --with-newlib --disable-decimal-float \
    7575  --disable-libgomp --disable-libmudflap --disable-libssp \
    76   --disable-threads --enable-languages=c --disable-multilib</userinput></screen>
     76  --disable-threads --enable-languages=c --disable-multilib \
     77  --enable-cloog-backend=isl</userinput></screen>
    7778
    7879    <variablelist os="am">
Note: See TracChangeset for help on using the changeset viewer.