Changeset 94e2400 in clfs-embedded for BOOK/cross-tools/common/gcc-static.xml
- Timestamp:
- Oct 15, 2013, 8:35:34 PM (11 years ago)
- Branches:
- master
- Children:
- 877c72d
- Parents:
- 5f18bea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
r5f18bea r94e2400 60 60 --host=${CLFS_HOST} \ 61 61 --target=${CLFS_TARGET} \ 62 --with-sysroot=${CLFS}/cross-tools/ sysroot\62 --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \ 63 63 --disable-nls \ 64 64 --disable-shared \ … … 118 118 119 119 <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/ sysrootis going120 <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 123 123 to be the temporary root of our system. It will now use the specified 124 124 sysroot as a prefix of the default search paths.</para>
Note:
See TracChangeset
for help on using the changeset viewer.