Changeset 5f18bea in clfs-embedded for BOOK/cross-tools/x86
- Timestamp:
- Oct 15, 2013, 1:30:49 PM (11 years ago)
- Branches:
- master
- Children:
- 94e2400
- Parents:
- 113a63a
- Location:
- BOOK/cross-tools/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/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-arch=${CLFS_CPU}</userinput></screen> 72 74 -
BOOK/cross-tools/x86/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-arch=${CLFS_CPU}</userinput></screen> 78 80
Note:
See TracChangeset
for help on using the changeset viewer.