Changeset 13d7c4f in clfs-embedded


Ignore:
Timestamp:
Oct 15, 2013, 1:00:04 PM (11 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
Files:
8 edited

Legend:

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

    rb057d7e2 r13d7c4f  
    5454  --target=${CLFS_TARGET} \
    5555  --host=${CLFS_HOST} \
    56   --with-sysroot=${CLFS} \
     56  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5757  --disable-nls \
    5858  --enable-shared \
  • BOOK/cross-tools/arm/gcc-static.xml

    rb057d7e2 r13d7c4f  
    5353  --host=${CLFS_HOST} \
    5454  --target=${CLFS_TARGET} \
    55   --with-sysroot=${CLFS} \
     55  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5656  --disable-nls \
    5757  --disable-shared \
  • 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>
  • BOOK/cross-tools/mips/gcc-final.xml

    rb057d7e2 r13d7c4f  
    5454  --target=${CLFS_TARGET} \
    5555  --host=${CLFS_HOST} \
    56   --with-sysroot=${CLFS} \
     56  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5757  --disable-nls \
    5858  --enable-shared \
  • BOOK/cross-tools/mips/gcc-static.xml

    rb057d7e2 r13d7c4f  
    5353  --host=${CLFS_HOST} \
    5454  --target=${CLFS_TARGET} \
    55   --with-sysroot=${CLFS} \
     55  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5656  --disable-nls  \
    5757  --disable-shared \
  • BOOK/cross-tools/x86/gcc-final.xml

    rb057d7e2 r13d7c4f  
    5454  --target=${CLFS_TARGET} \
    5555  --host=${CLFS_HOST} \
    56   --with-sysroot=${CLFS} \
     56  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5757  --disable-nls \
    5858  --enable-shared \
  • BOOK/cross-tools/x86/gcc-static.xml

    rb057d7e2 r13d7c4f  
    5353  --host=${CLFS_HOST} \
    5454  --target=${CLFS_TARGET} \
    55   --with-sysroot=${CLFS} \
     55  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5656  --disable-nls  \
    5757  --disable-shared \
Note: See TracChangeset for help on using the changeset viewer.