Changeset 5f18bea in clfs-embedded for BOOK/cross-tools/mips
- Timestamp:
- Oct 15, 2013, 8:30:49 PM (11 years ago)
- Branches:
- master
- Children:
- 94e2400
- Parents:
- 113a63a
- Location:
- BOOK/cross-tools/mips
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/gcc-final.xml
r113a63a r5f18bea 69 69 --disable-libmudflap \ 70 70 --disable-multilib \ 71 --with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \ 72 --with-mpfr-lib=$(pwd)/mpfr/src/.libs \ 71 73 --with-abi=${CLFS_ABI} \ 72 74 --with-arch=mips${CLFS_MIPS_LEVEL} \ -
BOOK/cross-tools/mips/gcc-static.xml
r113a63a r5f18bea 75 75 --enable-languages=c \ 76 76 --disable-multilib \ 77 --with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \ 78 --with-mpfr-lib=$(pwd)/mpfr/src/.libs \ 77 79 --with-abi=${CLFS_ABI} \ 78 80 --with-arch=mips${CLFS_MIPS_LEVEL} \
Note:
See TracChangeset
for help on using the changeset viewer.