Changeset 2ad9b71 in clfs-sysroot for BOOK/cross-tools/common/binutils.xml


Ignore:
Timestamp:
Jun 9, 2006, 8:58:00 PM (19 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
8f2279f
Parents:
7a47cec
Message:

r3907@server (orig r1758): jciccone | 2006-06-09 17:17:08 -0700
Removed the need for /cross-tools, using /cross-tools now.

File:
1 edited

Legend:

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

    r7a47cec r2ad9b71  
    4848    xpointer="xpointer(//*[@os='c'])"/>
    4949
    50 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
     50<screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=${LFS}/cross-tools \
    5151   --host=${LFS_HOST} --target=${LFS_TARGET} --with-sysroot=${LFS} \
    5252   --disable-nls --enable-shared --disable-multilib</userinput></screen>
     
    5656
    5757      <varlistentry os="bd1">
    58         <term><parameter>--prefix=/cross-tools</parameter></term>
     58        <term><parameter>--prefix=${LFS}/cross-tools</parameter></term>
    5959        <listitem>
    6060          <para>This tells the configure script to prepare to install the
    61           package in the <filename class="directory">/cross-tools</filename>
     61          package in the <filename class="directory">${LFS}/cross-tools</filename>
    6262          directory.</para>
    6363        </listitem>
Note: See TracChangeset for help on using the changeset viewer.