- Timestamp:
- Feb 17, 2011, 12:38:19 PM (14 years ago)
- Branches:
- master
- Children:
- 2a10689
- Parents:
- 0f33b23
- Location:
- BOOK/cross-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-final.xml
r0f33b23 ra20c17d 43 43 --enable-languages=c --enable-c99 --enable-long-long \ 44 44 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 45 --with-mpc=${CLFS}/cross-tools --with-abi=${CLFS_ABI}</userinput></screen> 45 --with-mpc=${CLFS}/cross-tools --disable-multilib \ 46 --with-abi=${CLFS_ABI}</userinput></screen> 46 47 47 48 <variablelist os="af"> -
BOOK/cross-tools/common/gcc-final.xml
r0f33b23 ra20c17d 45 45 --enable-languages=c --enable-c99 --enable-long-long \ 46 46 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 47 --with-mpc=${CLFS}/cross-tools </userinput></screen>47 --with-mpc=${CLFS}/cross-tools --disable-multilib</userinput></screen> 48 48 49 49 <variablelist os="af"> -
BOOK/cross-tools/mips/gcc-final.xml
r0f33b23 ra20c17d 43 43 --enable-languages=c --enable-c99 --enable-long-long \ 44 44 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 45 --with-mpc=${CLFS}/cross-tools --with-abi=${CLFS_ABI}</userinput></screen> 45 --with-mpc=${CLFS}/cross-tools --disable-multilib \ 46 --with-abi=${CLFS_ABI}</userinput></screen> 46 47 47 48 <variablelist os="af"> -
BOOK/cross-tools/x86/gcc-final.xml
r0f33b23 ra20c17d 43 43 --enable-languages=c --enable-c99 --enable-long-long \ 44 44 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 45 --with-mpc=${CLFS}/cross-tools -- with-arch=${CLFS_CPU}\46 -- disable-multilib</userinput></screen>45 --with-mpc=${CLFS}/cross-tools --disable-multilib \ 46 --with-arch=${CLFS_CPU}</userinput></screen> 47 47 48 48 <variablelist os="af">
Note:
See TracChangeset
for help on using the changeset viewer.