Changeset 4aa6b68 in clfs-sysroot for BOOK/cross-tools


Ignore:
Timestamp:
Sep 14, 2007, 6:06:52 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
0cebd47
Parents:
90272a6
Message:

Update binutils instructions.

Location:
BOOK/cross-tools
Files:
1 deleted
2 edited

Legend:

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

    r90272a6 r4aa6b68  
    4848    xpointer="xpointer(//*[@os='c'])"/>
    4949
    50 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=${CLFS}/cross-tools \
     50<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=${CLFS}/cross-tools \
    5151   --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-sysroot=${CLFS} \
    5252   --disable-nls --enable-shared --disable-multilib</userinput></screen>
  • BOOK/cross-tools/hppa-chapter.xml

    r90272a6 r4aa6b68  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/variables.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/linux-headers.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/binutils.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/glibc-headers.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/>
Note: See TracChangeset for help on using the changeset viewer.