Changeset 13d7c4f in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
Oct 15, 2013, 1:00:04 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
6368159
Parents:
b057d7e2
git-author:
Andrew Bradford <andrew@…> (10/14/13 08:03:10)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:04)
Message:

gcc: Use new sysroot dir

Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

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

    rb057d7e2 r13d7c4f  
    6060  --target=${CLFS_TARGET} \
    6161  --host=${CLFS_HOST} \
    62   --with-sysroot=${CLFS} \
     62  --with-sysroot=${CLFS}/cross-tools/sysroot \
    6363  --disable-nls \
    6464  --enable-shared \
  • BOOK/cross-tools/common/gcc-static.xml

    rb057d7e2 r13d7c4f  
    5656  --host=${CLFS_HOST} \
    5757  --target=${CLFS_TARGET} \
    58   --with-sysroot=${CLFS} \
     58  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5959  --disable-nls  \
    6060  --disable-shared \
     
    110110
    111111      <varlistentry os="af5">
    112         <term><parameter>--with-sysroot=${CLFS}</parameter></term>
    113         <listitem>
    114           <para>This tells configure that ${CLFS} is going to be the root
    115           of our system. It will now use the specified sysroot, ${CLFS}, as
    116           a prefix of the default search paths.</para>
     112        <term><parameter>--with-sysroot=${CLFS}/cross-tools/sysroot</parameter></term>
     113        <listitem>
     114          <para>This tells configure that ${CLFS}/cross-tools/sysroot is going
     115          to be the temporary root of our system. It will now use the specified
     116          sysroot as a prefix of the default search paths.</para>
    117117        </listitem>
    118118      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.