Changeset 94e2400 in clfs-embedded for BOOK/cross-tools/common/binutils.xml


Ignore:
Timestamp:
Oct 15, 2013, 1:35:34 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
877c72d
Parents:
5f18bea
Message:

Use ${CLFS}/cross-tools/${CLFS_TARGET} as sysroot dir

BUG: This uses ${CLFS_TARGET} before it is exported within materials
chapter for creating the sysroot directory!

File:
1 edited

Legend:

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

    r5f18bea r94e2400  
    4747   --prefix=${CLFS}/cross-tools \
    4848   --target=${CLFS_TARGET} \
    49    --with-sysroot=${CLFS}/cross-tools/sysroot \
     49   --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \
    5050   --disable-nls \
    5151   --disable-multilib</userinput></screen>
     
    7373
    7474      <varlistentry os="f4">
    75         <term><parameter>--with-sysroot=${CLFS}/cross-tools/sysroot</parameter></term>
     75        <term><parameter>--with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET}</parameter></term>
    7676        <listitem>
    7777          <para>This tells configure that ${CLFS} is going to be the root
Note: See TracChangeset for help on using the changeset viewer.