Changes in BOOK/cross-tools/common/gcc-final.xml [d5c7418:35e0963] in clfs-embedded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
rd5c7418 r35e0963 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 \ 43 --with-mpc=${CLFS}/cross-tools --with-abi=${CLFS_ABI}</userinput></screen> 42 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools</userinput></screen> 44 43 45 44 <variablelist os="af"> 46 <title>The meaning of the configure options not used previously:</title>45 <title>The meaning of the new configure options:</title> 47 46 48 47 <varlistentry os="af1"> 49 <term><parameter>--enable- shared</parameter></term>48 <term><parameter>--enable-languages=c</parameter></term> 50 49 <listitem> 51 <para> Enables the creation of the shared libraries.</para>50 <para>This option ensures that only the C compiler is built.</para> 52 51 </listitem> 53 52 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.