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


Ignore:
Timestamp:
Oct 15, 2013, 8: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/gcc-static.xml

    r5f18bea r94e2400  
    6060  --host=${CLFS_HOST} \
    6161  --target=${CLFS_TARGET} \
    62   --with-sysroot=${CLFS}/cross-tools/sysroot \
     62  --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \
    6363  --disable-nls  \
    6464  --disable-shared \
     
    118118
    119119      <varlistentry os="af5">
    120         <term><parameter>--with-sysroot=${CLFS}/cross-tools/sysroot</parameter></term>
    121         <listitem>
    122           <para>This tells configure that ${CLFS}/cross-tools/sysroot is going
     120        <term><parameter>--with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET}</parameter></term>
     121        <listitem>
     122          <para>This tells configure that ${CLFS}/cross-tools/${CLFS_TARGET} is going
    123123          to be the temporary root of our system. It will now use the specified
    124124          sysroot as a prefix of the default search paths.</para>
Note: See TracChangeset for help on using the changeset viewer.