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

Toolchain Fixes

Location:
BOOK/temp-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.