Changeset de8d0f1


Ignore:
Timestamp:
Jan 23, 2014, 6:17:09 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e0508f3c
Parents:
1b79149
Message:

Correct the configure options for a proper gcc-static build for cross-tools mips64-64.

File:
1 edited

Legend:

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

    r1b79149 rde8d0f1  
    6969
    7070<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    71   ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     71  ../gcc-4.8.2/configure --prefix=/cross-tools \
    7272  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    7373  --with-sysroot=${CLFS} --with-local-prefix=/tools \
    7474  --with-native-system-header-dir=/tools/include --disable-nls \
    75   --enable-shared --disable-static --enable-languages=c,c++ \
    76   --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
    77   --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
    78   --with-gmp=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \
    79   --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \
    80   --enable-checking=release --enable-libstdcxx-time --with-abi=64</userinput></screen>
     75  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     76  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
     77  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
     78  --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
     79  --disable-libatomic --disable-libitm --disable-libsanitizer \
     80  --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
     81  --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \
     82  --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen>
    8183
    8284    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.