Changes in BOOK/cross-tools/common/gcc-static.xml [b128a0e:d5c7418] in clfs-embedded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
rb128a0e rd5c7418 6 6 ]> 7 7 8 <!-- Common GCC-Static -->9 10 8 <sect1 id="ch-cross-tools-gcc-static" role="wrap"> 11 9 <?dbhtml filename="gcc-static.html"?> … … 27 25 28 26 <sect2 role="installation"> 29 <title os="a">Installation of Cross GCC Compiler with Static libgcc27 <title>Installation of Cross GCC Compiler with Static libgcc 30 28 and no Threads</title> 31 29 … … 38 36 <para os="e">Prepare GCC for compilation:</para> 39 37 40 <!-- This is the common configure line for GCC-Static. -->41 <!-- It's not actually used by any arch but is here for reference. -->42 38 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 43 39 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ … … 47 43 --with-mpc=${CLFS}/cross-tools --without-headers --with-newlib \ 48 44 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 49 --disable-libssp --disable-threads --enable-languages=c</userinput></screen> 45 --disable-libssp --disable-threads --enable-languages=c \ 46 --with-abi=${CLFS_ABI}</userinput></screen> 50 47 51 48 <variablelist os="af"> … … 210 207 </varlistentry> 211 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 212 216 </variablelist> 213 217 214 <para os="a h">Continue with compiling the package:</para>215 216 <screen os="a i"><userinput>make all-gcc all-target-libgcc</userinput></screen>217 218 <para os="a j">Install the package:</para>219 220 <screen os="a k"><userinput>make install-gcc install-target-libgcc</userinput></screen>218 <para os="ag">Continue with compiling the package:</para> 219 220 <screen os="ah"><userinput>make all-gcc all-target-libgcc</userinput></screen> 221 222 <para os="ai">Install the package:</para> 223 224 <screen os="aj"><userinput>make install-gcc install-target-libgcc</userinput></screen> 221 225 222 226 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.