- Timestamp:
- Jan 29, 2011, 10:22:30 PM (14 years ago)
- Branches:
- master
- Children:
- 91396a0
- Parents:
- 912d975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
r912d975 r65b296c 40 40 --with-sysroot=${CLFS} --disable-nls --enable-shared \ 41 41 --enable-languages=c --enable-c99 --enable-long-long \ 42 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools</userinput></screen> 42 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 43 --with-mpc=${CLFS}/cross-tools</userinput></screen> 43 44 44 45 <variablelist os="af"> 45 <title>The meaning of the new configure options:</title>46 <title>The meaning of the configure options not used previously:</title> 46 47 47 48 <varlistentry os="af1"> 48 <term><parameter>--enable- languages=c</parameter></term>49 <term><parameter>--enable-shared</parameter></term> 49 50 <listitem> 50 <para> This option ensures that only the C compiler is built.</para>51 <para>Enables the creation of the shared libraries.</para> 51 52 </listitem> 52 53 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.