- Timestamp:
- Jan 29, 2011, 3:32:43 PM (14 years ago)
- Branches:
- master
- Children:
- 406ca8f
- Parents:
- f704d3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
rf704d3f rf6137b6 41 41 --with-sysroot=${CLFS} --disable-nls --disable-shared \ 42 42 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 43 --with out-headers --with-newlib --disable-decimal-float\44 --disable- libgomp --disable-libmudflap --disable-libssp \45 --disable- threads --enable-languages=c</userinput></screen>43 --with-mpc=${CLFS}/cross-tools --without-headers --with-newlib \ 44 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 45 --disable-libssp --disable-threads --enable-languages=c</userinput></screen> 46 46 47 47 <variablelist os="af"> … … 129 129 </varlistentry> 130 130 131 <varlistentry os="af10"> 132 <term><parameter>--with-mpc=${CLFS}/cross-tools</parameter></term> 133 <listitem> 134 <para>Tells configure where to find the 135 <filename class="directory">lib</filename> and 136 <filename class="directory">include</filename> directories 137 that contain MPC which was built earlier.</para> 138 </listitem> 139 </varlistentry> 140 131 141 <varlistentry os="af11"> 132 142 <term><parameter>--without-headers</parameter></term>
Note:
See TracChangeset
for help on using the changeset viewer.