Ignore:
Timestamp:
Jul 30, 2013, 10:54:13 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
60bb73a
Parents:
3c54c0a
Message:

Update mips64-64 cross-tools gcc configure options.

File:
1 edited

Legend:

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

    r3c54c0a rfece632  
    5454  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    5555  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    56   --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
    57   --enable-shared --disable-static --enable-languages=c,c++ \
    58   --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    59   --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \
    60   --enable-long-long --enable-threads=posix --with-abi=64\
    61   --disable-multilib --enable-cloog-backend=isl</userinput></screen>
     56  --with-sysroot=${CLFS} --with-local-prefix=/tools \
     57  --with-native-system-header-dir=/tools/include --disable-nls \
     58  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     59  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
     60  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
     61  --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
     62  --disable-libatomic --disable-libitm --disable-libsanitizer \
     63  --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
     64  --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \
     65  --enable-languages=c --enable-checking=release --with-abi=64
     66  </userinput></screen>
    6267
    6368    <variablelist os="bg">
Note: See TracChangeset for help on using the changeset viewer.