Changeset ae51e2a in clfs-embedded for BOOK/cross-tools/common/gcc-static.xml
- Timestamp:
- 02/12/11 13:41:33 (14 years ago)
- Branches:
- master
- Children:
- b128a0e
- Parents:
- 1fd00ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
r1fd00ea rae51e2a 25 25 26 26 <sect2 role="installation"> 27 <title >Installation of Cross GCC Compiler with Static libgcc27 <title os="a">Installation of Cross GCC Compiler with Static libgcc 28 28 and no Threads</title> 29 29 … … 36 36 <para os="e">Prepare GCC for compilation:</para> 37 37 38 <!-- This is the common configure line for GCC-Static. --> 39 <!-- It's not actually used by any arch but is here for reference. --> 38 40 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 39 41 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ … … 43 45 --with-mpc=${CLFS}/cross-tools --without-headers --with-newlib \ 44 46 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 45 --disable-libssp --disable-threads --enable-languages=c \ 46 --with-abi=${CLFS_ABI}</userinput></screen> 47 --disable-libssp --disable-threads --enable-languages=c</userinput></screen> 47 48 48 49 <variablelist os="af"> … … 207 208 </varlistentry> 208 209 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 216 210 </variablelist> 217 211 218 <para os="a g">Continue with compiling the package:</para>219 220 <screen os="a h"><userinput>make all-gcc all-target-libgcc</userinput></screen>221 222 <para os="a i">Install the package:</para>223 224 <screen os="a j"><userinput>make install-gcc install-target-libgcc</userinput></screen>212 <para os="ah">Continue with compiling the package:</para> 213 214 <screen os="ai"><userinput>make all-gcc all-target-libgcc</userinput></screen> 215 216 <para os="aj">Install the package:</para> 217 218 <screen os="ak"><userinput>make install-gcc install-target-libgcc</userinput></screen> 225 219 226 220 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.