Changeset 3ca2208 in clfs-embedded for BOOK/cross-tools/common
- Timestamp:
- Jul 15, 2007, 8:29:34 AM (17 years ago)
- Branches:
- master
- Children:
- 00b1e11
- Parents:
- 39a9ea5
- Location:
- BOOK/cross-tools/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/abi.xml
r39a9ea5 r3ca2208 13 13 <para>Setup for a Particular ABI:</para> 14 14 15 <screen><userinput> <literal>export BUILD="<replaceable>[From Chart]</replaceable>"</literal></userinput></screen>15 <screen><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen> 16 16 17 17 <para>The following table gives the entires for the different ABI's that CLFS Embedded supports. Make … … 21 21 <table> 22 22 <title>List of Build Variables</title> 23 <tgroup cols="2" align="center"> 24 <colspec colname="ABI to Select"/> 25 <colspec colname="Variable Value"/> 23 <?dbfo table-width="3in" ?> 24 25 <tgroup cols="2"> 26 27 <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/> 28 <colspec colnum="2" colwidth="1.5in" colname="Variable Value"/> 29 26 30 <thead> 27 31 <row> … … 30 34 </row> 31 35 </thead> 36 32 37 <tbody> 33 38 <row> … … 52 57 </row> 53 58 </tbody> 59 54 60 </tgroup> 61 55 62 </table> 56 63 -
BOOK/cross-tools/common/clear-toolchain.xml
r39a9ea5 r3ca2208 14 14 the final GCC build from having issues:</para> 15 15 16 <screen><userinput> <literal>unset CC16 <screen><userinput>unset CC 17 17 unset CXX 18 18 unset AR … … 20 20 unset LD 21 21 unset RANLIB 22 unset STRIP</ literal></userinput></screen>22 unset STRIP</userinput></screen> 23 23 24 24 </sect1> -
BOOK/cross-tools/common/gcc-static.xml
r39a9ea5 r3ca2208 54 54 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 55 55 --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \ 56 --with-sysroot=${CLFS} --disable-nls --disable-shared --disable-threads\57 -- enable-languages=c</userinput></screen>56 --with-sysroot=${CLFS} --disable-nls --disable-shared \ 57 --disable-threads --enable-languages=c</userinput></screen> 58 58 59 59 <variablelist os="af"> -
BOOK/cross-tools/common/toolchain.xml
r39a9ea5 r3ca2208 15 15 then Final System build:</para> 16 16 17 <screen><userinput> <literal>export CC="${CLFS_TARGET}-gcc"17 <screen><userinput>export CC="${CLFS_TARGET}-gcc" 18 18 export CXX="${CLFS_TARGET}-g++" 19 19 export AR="${CLFS_TARGET}-ar" … … 21 21 export LD="${CLFS_TARGET}-ld" 22 22 export RANLIB="${CLFS_TARGET}-ranlib" 23 export STRIP="${CLFS_TARGET}-strip"</ literal></userinput></screen>23 export STRIP="${CLFS_TARGET}-strip"</userinput></screen> 24 24 25 25 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.