Ignore:
Timestamp:
Jan 17, 2009, 11:58:17 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
95de45a
Parents:
0defd7d
Message:

Ryan's Toolchain Update

Location:
BOOK/cross-tools/mips64-64
Files:
2 edited

Legend:

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

    r0defd7d rc1832da  
    7575    xpointer="xpointer(//*[@os='h'])"/>
    7676
    77 <screen os="bf" ><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib \
    78    ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    79     --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST}
    80     --with-local-prefix=/tools --disable-nls --enable-shared \
    81     --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    82     --enable-languages=c,c++ --enable-__cxa_atexit --disable-multilib \
    83     --enable-c99 --enable-long-long --enable-threads=posix \
    84     --with-abi=64</userinput></screen>
     77<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     78  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     79  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
     80  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
     81  --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
     82  --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \
     83  --enable-long-long --enable-threads=posix --with-abi=64</userinput></screen>
    8584
    8685    <variablelist os="bg">
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    r0defd7d rc1832da  
    2929
    3030    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../x86_64-64/gcc-static.xml"
     31    href="../64/gcc-static.xml"
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333
     
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    39     href="../x86_64-64/gcc-static.xml"
     39    href="../64/gcc-static.xml"
    4040    xpointer="xpointer(//*[@os='ab'])"/>
    4141
     
    8585
    8686<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    87     ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    88     --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    89     --disable-multilib --with-local-prefix=/tools --disable-nls \
    90     --without-headers --with-newlib --disable-decimal-float \
    91     --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    92     --disable-libgomp --disable-libmudflap --disable-libssp \
    93     --disable-shared  --disable-threads --enable-languages=c \
    94     --with-abi=64</userinput></screen>
     87  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     88  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     89  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
     90  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     91  --without-headers --with-newlib --disable-decimal-float \
     92  --disable-libgomp --disable-libmudflap --disable-libssp \
     93  --disable-threads --enable-languages=c --with-abi=64</userinput></screen>
    9594
    9695    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.