Changeset 6267f3b for BOOK/cross-tools


Ignore:
Timestamp:
Sep 2, 2007, 2:56:48 PM (17 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:
c93d889
Parents:
9db8645
Message:

Updated to Binutils 2.18.

Location:
BOOK/cross-tools
Files:
3 edited

Legend:

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

    r9db8645 r6267f3b  
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/common/binutils.xml"
    31     xpointer="xpointer(//*[@os='p1'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../../final-system/common/binutils.xml"
    35     xpointer="xpointer(//*[@os='p2'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3830    href="../common/binutils.xml"
    3931    xpointer="xpointer(//*[@os='ba'])"/>
     
    5547    xpointer="xpointer(//*[@os='i'])"/>
    5648
    57 <screen os="ca"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
     49<screen os="ca"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/cross-tools \
    5850   --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    5951   --disable-nls --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen>
  • BOOK/cross-tools/common/binutils.xml

    r9db8645 r6267f3b  
    2828    enable.</para>
    2929
    30     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../../final-system/common/binutils.xml"
    32     xpointer="xpointer(//*[@os='p1'])"/>
    33 
    34     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    35     href="../../final-system/common/binutils.xml"
    36     xpointer="xpointer(//*[@os='p2'])"/>
    37 
    3830    <para os="ba">To make sure that the proper syntax is used for a couple of
    3931    tools, apply the following patch:</para>
     
    5345    xpointer="xpointer(//*[@os='i'])"/>
    5446
    55 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
     47<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/cross-tools \
    5648    --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    5749    --disable-nls --enable-shared --disable-multilib</userinput></screen>
  • BOOK/cross-tools/multilib/binutils.xml

    r9db8645 r6267f3b  
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/common/binutils.xml"
    31     xpointer="xpointer(//*[@os='p1'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../../final-system/common/binutils.xml"
    35     xpointer="xpointer(//*[@os='p2'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3830    href="../common/binutils.xml"
    3931    xpointer="xpointer(//*[@os='ba'])"/>
     
    6355    xpointer="xpointer(//*[@os='i'])"/>
    6456
    65 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
     57<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/cross-tools \
    6658   --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    6759   --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.