- Timestamp:
- Feb 6, 2011, 8:58:50 PM (14 years ago)
- Branches:
- master
- Children:
- 9fbb8fb
- Parents:
- d44503cc
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
rd44503cc rd05636e 41 41 --enable-languages=c --enable-c99 --enable-long-long \ 42 42 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 43 --with-mpc=${CLFS}/cross-tools </userinput></screen>43 --with-mpc=${CLFS}/cross-tools --with-abi=${BUILD}</userinput></screen> 44 44 45 45 <variablelist os="af"> -
BOOK/cross-tools/common/gcc-static.xml
rd44503cc rd05636e 43 43 --with-mpc=${CLFS}/cross-tools --without-headers --with-newlib \ 44 44 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 45 --disable-libssp --disable-threads --enable-languages=c</userinput></screen> 45 --disable-libssp --disable-threads --enable-languages=c \ 46 --with-abi=${BUILD}</userinput></screen> 46 47 47 48 <variablelist os="af"> … … 206 207 </varlistentry> 207 208 209 <varlistentry os="af19"> 210 <term><parameter>--with-abi=${BUILD}</parameter></term> 211 <listitem> 212 <para>This option sets the ABI selected earlier.</para> 213 </listitem> 214 </varlistentry> 215 208 216 </variablelist> 209 217
Note:
See TracChangeset
for help on using the changeset viewer.