Changeset 13d7c4f in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Oct 15, 2013, 8:00:04 PM (11 years ago)
- Branches:
- master
- Children:
- 6368159
- Parents:
- b057d7e2
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 15:03:10)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 20:00:04)
- Location:
- BOOK/cross-tools
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-final.xml
rb057d7e2 r13d7c4f 54 54 --target=${CLFS_TARGET} \ 55 55 --host=${CLFS_HOST} \ 56 --with-sysroot=${CLFS} \56 --with-sysroot=${CLFS}/cross-tools/sysroot \ 57 57 --disable-nls \ 58 58 --enable-shared \ -
BOOK/cross-tools/arm/gcc-static.xml
rb057d7e2 r13d7c4f 53 53 --host=${CLFS_HOST} \ 54 54 --target=${CLFS_TARGET} \ 55 --with-sysroot=${CLFS} \55 --with-sysroot=${CLFS}/cross-tools/sysroot \ 56 56 --disable-nls \ 57 57 --disable-shared \ -
BOOK/cross-tools/common/gcc-final.xml
rb057d7e2 r13d7c4f 60 60 --target=${CLFS_TARGET} \ 61 61 --host=${CLFS_HOST} \ 62 --with-sysroot=${CLFS} \62 --with-sysroot=${CLFS}/cross-tools/sysroot \ 63 63 --disable-nls \ 64 64 --enable-shared \ -
BOOK/cross-tools/common/gcc-static.xml
rb057d7e2 r13d7c4f 56 56 --host=${CLFS_HOST} \ 57 57 --target=${CLFS_TARGET} \ 58 --with-sysroot=${CLFS} \58 --with-sysroot=${CLFS}/cross-tools/sysroot \ 59 59 --disable-nls \ 60 60 --disable-shared \ … … 110 110 111 111 <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 root115 of our system. It will now use the specified sysroot, ${CLFS}, as116 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> 117 117 </listitem> 118 118 </varlistentry> -
BOOK/cross-tools/mips/gcc-final.xml
rb057d7e2 r13d7c4f 54 54 --target=${CLFS_TARGET} \ 55 55 --host=${CLFS_HOST} \ 56 --with-sysroot=${CLFS} \56 --with-sysroot=${CLFS}/cross-tools/sysroot \ 57 57 --disable-nls \ 58 58 --enable-shared \ -
BOOK/cross-tools/mips/gcc-static.xml
rb057d7e2 r13d7c4f 53 53 --host=${CLFS_HOST} \ 54 54 --target=${CLFS_TARGET} \ 55 --with-sysroot=${CLFS} \55 --with-sysroot=${CLFS}/cross-tools/sysroot \ 56 56 --disable-nls \ 57 57 --disable-shared \ -
BOOK/cross-tools/x86/gcc-final.xml
rb057d7e2 r13d7c4f 54 54 --target=${CLFS_TARGET} \ 55 55 --host=${CLFS_HOST} \ 56 --with-sysroot=${CLFS} \56 --with-sysroot=${CLFS}/cross-tools/sysroot \ 57 57 --disable-nls \ 58 58 --enable-shared \ -
BOOK/cross-tools/x86/gcc-static.xml
rb057d7e2 r13d7c4f 53 53 --host=${CLFS_HOST} \ 54 54 --target=${CLFS_TARGET} \ 55 --with-sysroot=${CLFS} \55 --with-sysroot=${CLFS}/cross-tools/sysroot \ 56 56 --disable-nls \ 57 57 --disable-shared \
Note:
See TracChangeset
for help on using the changeset viewer.