Ignore:
Timestamp:
Jan 17, 2009, 11:58:17 AM (16 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/multilib
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/multilib/binutils.xml

    r0defd7d rc1832da  
    6363    xpointer="xpointer(//*[@os='i'])"/>
    6464
    65 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/cross-tools \
    66    --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    67    --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
     65<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure \
     66  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     67  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
     68  --enable-64-bit-bfd</userinput></screen>
    6869
    6970    <variablelist os="bd">
  • BOOK/cross-tools/multilib/gcc-final.xml

    r0defd7d rc1832da  
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../common/gcc-final.xml"
    67     xpointer="xpointer(//*[@os='bd'])"/>
    68 
    69     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    70     href="../common/gcc-final.xml"
    71     xpointer="xpointer(//*[@os='be'])"/>
    72 
    73     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7466    href="gcc-static.xml"
    7567    xpointer="xpointer(//*[@os='f'])"/>
     
    8476
    8577<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    86     ../gcc-&gcc-version;/configure --prefix=/cross-tools --with-sysroot=${CLFS} \
    87     --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    88     --with-local-prefix=/tools --disable-nls \
    89     --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    90     --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
    91     --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
     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</userinput></screen>
    9284
    9385    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/multilib/gcc-static.xml

    r0defd7d rc1832da  
    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     --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</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</userinput></screen>
    9494
    9595    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    101101    xpointer="xpointer(//*[@os='an'])"/>
    102102
    103     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    104     href="../common/gcc-static.xml"
    105     xpointer="xpointer(//*[@os='ao'])"/>
     103<screen os="s1"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen>
    106104
    107105    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.