Changeset 6349cfd8


Ignore:
Timestamp:
Jan 17, 2009, 11:16:54 PM (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:
41306975
Parents:
07891d2
Message:

Fixed Toolchain issue with binutils

Location:
BOOK/temp-system
Files:
3 edited

Legend:

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

    r07891d2 r6349cfd8  
    5151    xpointer="xpointer(//*[@os='i'])"/>
    5252
    53 <screen os="j"><userinput>CC="${CC} ${BUILD64}" \
    54     ../binutils-&binutils-version;/configure --prefix=/tools \
    55     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
     53<screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \
     54    --prefix=/tools --with-sysroot=${LFS} --build=${CLFS_HOST} \
     55    --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    5656    --disable-nls --enable-shared --enable-64-bit-bfd \
    5757    --disable-multilib</userinput></screen>
  • BOOK/temp-system/common/binutils.xml

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

    r07891d2 r6349cfd8  
    5959    xpointer="xpointer(//*[@os='i'])"/>
    6060
    61 <screen os="j"><userinput>CC="${CC} ${BUILD64}" \
    62     ../binutils-&binutils-version;/configure --prefix=/tools \
    63     --libdir=/tools/lib64 --with-lib-path=/tools/lib \
    64     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    65     --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
     61<screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \
     62    --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>
    6665
    6766    <variablelist os="ea">
Note: See TracChangeset for help on using the changeset viewer.