Changeset 3683

Show
Ignore:
Timestamp:
09/15/07 01:06:52 (1 year ago)
Author:
jciccone
Message:

Update binutils instructions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-sysroot/BOOK/cross-tools/common/binutils.xml

    r3644 r3683  
    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> 
  • branches/clfs-sysroot/BOOK/cross-tools/hppa-chapter.xml

    r3464 r3683  
    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"/> 
  • branches/clfs-sysroot/BOOK/final-system/common/binutils.xml

    r3644 r3683  
    3939    <para os="c">Prepare Binutils for compilation:</para> 
    4040 
    41 <screen os="d"><userinput>../binutils-&binutils-version;/configure --prefix=/usr \ 
     41<screen os="d"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/usr \ 
    4242    --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 
    4343    --target=${CLFS_TARGET} --enable-shared</userinput></screen> 
  • branches/clfs-sysroot/BOOK/final-system/hppa-chapter.xml

    r3660 r3683  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/> 
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.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="common/gcc.xml"/> 
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/> 
  • branches/clfs-sysroot/BOOK/general.ent

    r3640 r3683  
    33<!ENTITY month "09"> <!-- Use two digits --> 
    44<!ENTITY month_name "September"> 
    5 <!ENTITY day "09"> <!-- Use two digits --> 
     5<!ENTITY day "14"> <!-- Use two digits --> 
    66<!ENTITY year "2007"> <!-- Use four digits --> 
    77