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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/gcc.xml

    r0defd7d rc1832da  
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../cross-tools/x86_64/gcc-static.xml"
     26    href="../../cross-tools/multilib/gcc-static.xml"
    2727    xpointer="xpointer(//*[@os='p1'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../cross-tools/x86_64/gcc-static.xml"
     30    href="../../cross-tools/multilib/gcc-static.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../../cross-tools/x86_64/gcc-static.xml"
     34    href="../../cross-tools/multilib/gcc-static.xml"
    3535    xpointer="xpointer(//*[@os='aa'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="../../cross-tools/x86_64/gcc-static.xml"
     38    href="../../cross-tools/multilib/gcc-static.xml"
    3939    xpointer="xpointer(//*[@os='ab'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    42     href="../../cross-tools/x86_64/gcc-static.xml"
     42    href="../../cross-tools/multilib/gcc-static.xml"
    4343    xpointer="xpointer(//*[@os='ac'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    46     href="../../cross-tools/x86_64/gcc-static.xml"
     46    href="../../cross-tools/multilib/gcc-static.xml"
    4747    xpointer="xpointer(//*[@os='ad'])"/>
    48 
    49     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50     href="../common/gcc.xml"
    51     xpointer="xpointer(//*[@os='cd'])"/>
    52 
    53     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54     href="../common/gcc.xml"
    55     xpointer="xpointer(//*[@os='ce'])"/>
    5648
    5749    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6254    href="../common/gcc.xml"
    6355    xpointer="xpointer(//*[@os='cg'])"/>
    64 
    65     <para os="da">When searching for the multilibs, force the build to use the
    66     results of <option>--print-multi-lib</option> from our cross-compiler,
    67     not the native compiler <command>gcc</command> builds now:</para>
    68 
    69 <screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2}
    70 sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \
    71    gcc/Makefile.in.orig2 &gt; gcc/Makefile.in</userinput></screen>
    7256
    7357    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8872
    8973<screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    90     ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \
    91     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    92     --with-local-prefix=/tools --enable-long-long --enable-c99 \
    93     --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    94     --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
     74  ../gcc-&gcc-version;/configure --prefix=/tools \
     75  --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     76  --target=${CLFS_TARGET} --with-sysroot=${CLFS} --with-local-prefix=/tools \
     77  --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
     78  --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
     79  --disable-libstdcxx-pch</userinput></screen>
    9580
    9681    <variablelist os="dd">
Note: See TracChangeset for help on using the changeset viewer.