Changeset e67fb9b in clfs-embedded for BOOK/cross-tools/common
- Timestamp:
- Feb 10, 2011, 3:44:59 PM (14 years ago)
- Branches:
- master
- Children:
- 7003296
- Parents:
- a9cb92d (diff), 49c9bc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK/cross-tools/common
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
ra9cb92d re67fb9b 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 --with-abi=${CLFS_ABI}</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> -
BOOK/cross-tools/common/gcc-static.xml
ra9cb92d re67fb9b 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=${CLFS_ABI}</userinput></screen> 46 47 47 48 <variablelist os="af"> … … 206 207 </varlistentry> 207 208 209 <varlistentry os="af19"> 210 <term><parameter>--with-abi=${CLFS_ABI}</parameter></term> 211 <listitem> 212 <para>This option sets the ABI selected earlier.</para> 213 </listitem> 214 </varlistentry> 215 208 216 </variablelist> 209 217 -
BOOK/cross-tools/common/gmp.xml
ra9cb92d re67fb9b 36 36 <screen os="d"><userinput>make</userinput></screen> 37 37 38 <para os="e">Install the package:</para> 38 <note os="e"> 39 <para>Some versions of GCC (notably 4.3.2 which ships with Debian 40 5) will compile GMP without errors but in a subtly broken way. To ensure 41 GMP is compiled and functioning correctly, optionally run the test suite:</para> 39 42 40 <screen os="f"><userinput>make install</userinput></screen> 43 <screen><userinput>make check</userinput></screen> 44 </note> 45 46 <para os="f">Install the package:</para> 47 48 <screen os="g"><userinput>make install</userinput></screen> 41 49 42 50 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.