Changeset 384af06


Ignore:
Timestamp:
Jan 19, 2009, 4:45:25 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:
0ce8bf5
Parents:
7352c10
Message:

Toolchain Fixes

Location:
BOOK/temp-system
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/binutils.xml

    r7352c10 r384af06  
    5252
    5353<screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \
    54     --prefix=/tools --with-sysroot=${CLFS} --build=${CLFS_HOST} \
    55     --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    56     --disable-nls --enable-shared --enable-64-bit-bfd \
    57     --disable-multilib</userinput></screen>
     54    --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     55    --target=${CLFS_TARGET} --disable-nls --enable-shared \
     56    --enable-64-bit-bfd --disable-multilib</userinput></screen>
    5857
    5958    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/64/gcc.xml

    r7352c10 r384af06  
    4646    href="../../cross-tools/64/gcc-static.xml"
    4747    xpointer="xpointer(//*[@os='ad'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50    href="../../cross-tools/64/gcc-static.xml"
     51    xpointer="xpointer(//*[@os='ag'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../../cross-tools/64/gcc-static.xml"
     55    xpointer="xpointer(//*[@os='ah'])"/>
    4856
    4957    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/binutils.xml

    r7352c10 r384af06  
    5353<screen os="j"><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
    5454    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    55     --with-sysroot=${CLFS} --disable-nls --enable-shared \
    56     --disable-multilib</userinput></screen>
     55    --disable-nls --enable-shared --disable-multilib</userinput></screen>
    5756
    5857    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/gcc.xml

    r7352c10 r384af06  
    4747    xpointer="xpointer(//*[@os='ad'])"/>
    4848
     49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50    href="../../cross-tools/common/gcc-static.xml"
     51    xpointer="xpointer(//*[@os='ag'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../../cross-tools/common/gcc-static.xml"
     55    xpointer="xpointer(//*[@os='ah'])"/>
     56
    4957    <para os="cf">Also, we need to set the directory searched by the fixincludes
    5058    process for system headers, so it won't look at the host's headers:</para>
     
    7179<screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    7280  --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    73   --with-sysroot=${CLFS} --with-local-prefix=/tools --enable-long-long \
    74   --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
     81  --with-local-prefix=/tools --enable-long-long --enable-c99 \
     82  --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    7583  --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \
    7684  --disable-multilib</userinput></screen>
  • BOOK/temp-system/mips64/gcc.xml

    r7352c10 r384af06  
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50    href="../../cross-tools/multilib/gcc-static.xml"
     51    xpointer="xpointer(//*[@os='ag'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../../cross-tools/multilib/gcc-static.xml"
     55    xpointer="xpointer(//*[@os='ah'])"/>
     56
     57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5058    href="../common/gcc.xml"
    5159    xpointer="xpointer(//*[@os='cf'])"/>
     
    7482  ../gcc-&gcc-version;/configure --prefix=/tools \
    7583  --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 \
     84  --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \
     85  --enable-c99 --enable-shared --enable-threads=posix \
    7886  --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
    7987  --disable-libstdcxx-pch --with-abi=64</userinput></screen>
  • BOOK/temp-system/multilib/binutils.xml

    r7352c10 r384af06  
    6161<screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \
    6262    --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib \
    63     --with-sysroot=${CLFS} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    64     --target=${CLFS_TARGET} --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
     63    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
     64    --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
    6565
    6666    <variablelist os="ea">
  • BOOK/temp-system/multilib/gcc.xml

    r7352c10 r384af06  
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50    href="../../cross-tools/multilib/gcc-static.xml"
     51    xpointer="xpointer(//*[@os='ag'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../../cross-tools/multilib/gcc-static.xml"
     55    xpointer="xpointer(//*[@os='ah'])"/>
     56
     57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5058    href="../common/gcc.xml"
    5159    xpointer="xpointer(//*[@os='cf'])"/>
     
    7482  ../gcc-&gcc-version;/configure --prefix=/tools \
    7583  --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 \
     84  --target=${CLFS_TARGET} --with-local-prefix=/tools  --enable-long-long \
     85  --enable-c99 --enable-shared --enable-threads=posix \
    7886  --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
    7987  --disable-libstdcxx-pch</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.