- Timestamp:
- Jan 29, 2011, 9:38:10 AM (14 years ago)
- Branches:
- master
- Children:
- 62de58d
- Parents:
- 5058de7
- git-author:
- Andrew Bradford <bradfa@…> (01/29/11 07:32:43)
- git-committer:
- Joe Ciccone <jciccone@…> (01/29/11 09:38:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
r5058de7 r9ee1843 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.