Changeset 475523e


Ignore:
Timestamp:
May 3, 2014, 8:14:10 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
788695f
Parents:
99e2d57
Message:

Make mips pure64 gcc-static more consistent in formatting, and remove --disable-target-libiberty

File:
1 edited

Legend:

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

    r99e2d57 r475523e  
    6969
    7070<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    71   ../gcc-4.8.2/configure --prefix=/cross-tools \
     71  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    7272  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    7373  --with-sysroot=${CLFS} --with-local-prefix=/tools \
     
    7777  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
    7878  --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \
    79    --disable-libsanitizer --disable-libquadmath --disable-threads \
    80    --disable-multilib --disable-target-libiberty --disable-target-zlib \
    81    --with-system-zlib --enable-languages=c --enable-checking=release \
    82    --with-abi=64</userinput></screen>
     79  --disable-libsanitizer --disable-libquadmath --disable-threads \
     80  --disable-multilib --disable-target-zlib --with-system-zlib \
     81  --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen>
    8382
    8483    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.