Changeset 94e2400 in clfs-embedded for BOOK/cross-tools/mips
- Timestamp:
- Oct 15, 2013, 8:35:34 PM (11 years ago)
- Branches:
- master
- Children:
- 877c72d
- Parents:
- 5f18bea
- Location:
- BOOK/cross-tools/mips
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/gcc-final.xml
r5f18bea r94e2400 62 62 --target=${CLFS_TARGET} \ 63 63 --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS}/cross-tools/ sysroot\64 --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \ 65 65 --disable-nls \ 66 66 --enable-languages=c \ -
BOOK/cross-tools/mips/gcc-static.xml
r5f18bea r94e2400 61 61 --host=${CLFS_HOST} \ 62 62 --target=${CLFS_TARGET} \ 63 --with-sysroot=${CLFS}/cross-tools/ sysroot\63 --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \ 64 64 --disable-nls \ 65 65 --disable-shared \
Note:
See TracChangeset
for help on using the changeset viewer.