Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/binutils.xml


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/binutils.xml

    r89c10a9 r586feb7  
    4040
    4141<screen os="d"><userinput>../binutils-&binutils-version;/configure --prefix=/usr \
    42     --build=${LFS_HOST} --host=${LFS_TARGET} \
    43     --target=${LFS_TARGET} --enable-shared</userinput></screen>
     42    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     43    --target=${CLFS_TARGET} --enable-shared</userinput></screen>
    4444
    4545    <para os="e">Compile the package:</para>
     
    7676    <para os="j">Install the package:</para>
    7777
    78 <screen os="k"><userinput>make DESTDIR=${LFS} tooldir=/usr install</userinput></screen>
     78<screen os="k"><userinput>make DESTDIR=${CLFS} tooldir=/usr install</userinput></screen>
    7979
    8080    <para os="l">Install the <filename class="headerfile">libiberty</filename> header
    8181    file that is needed by some packages:</para>
    8282
    83 <screen os="m"><userinput>cp -v ../binutils-&binutils-version;/include/libiberty.h ${LFS}/usr/include</userinput></screen>
     83<screen os="m"><userinput>cp -v ../binutils-&binutils-version;/include/libiberty.h ${CLFS}/usr/include</userinput></screen>
    8484
    8585  </sect2>
Note: See TracChangeset for help on using the changeset viewer.