Changeset 3ca2208 in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
Jul 15, 2007, 8:29:34 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
00b1e11
Parents:
39a9ea5
Message:

Several fixes for PDF look.

Location:
BOOK/cross-tools/common
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/abi.xml

    r39a9ea5 r3ca2208  
    1313  <para>Setup for a Particular ABI:</para>
    1414
    15 <screen><userinput><literal>export BUILD="<replaceable>[From Chart]</replaceable>"</literal></userinput></screen>
     15<screen><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen>
    1616
    1717  <para>The following table gives the entires for the different ABI's that CLFS Embedded supports. Make
     
    2121  <table>
    2222    <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
    2630      <thead>
    2731        <row>
     
    3034        </row>
    3135      </thead>
     36
    3237      <tbody>
    3338        <row>
     
    5257        </row>
    5358      </tbody>
     59
    5460    </tgroup>
     61
    5562  </table>
    5663
  • BOOK/cross-tools/common/clear-toolchain.xml

    r39a9ea5 r3ca2208  
    1414  the final GCC build from having issues:</para>
    1515
    16 <screen><userinput><literal>unset CC
     16<screen><userinput>unset CC
    1717unset CXX
    1818unset AR
     
    2020unset LD
    2121unset RANLIB
    22 unset STRIP</literal></userinput></screen>
     22unset STRIP</userinput></screen>
    2323
    2424</sect1>
  • BOOK/cross-tools/common/gcc-static.xml

    r39a9ea5 r3ca2208  
    5454<screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
    5555    --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>
    5858
    5959    <variablelist os="af">
  • BOOK/cross-tools/common/toolchain.xml

    r39a9ea5 r3ca2208  
    1515  then Final System build:</para>
    1616
    17 <screen><userinput><literal>export CC="${CLFS_TARGET}-gcc"
     17<screen><userinput>export CC="${CLFS_TARGET}-gcc"
    1818export CXX="${CLFS_TARGET}-g++"
    1919export AR="${CLFS_TARGET}-ar"
     
    2121export LD="${CLFS_TARGET}-ld"
    2222export RANLIB="${CLFS_TARGET}-ranlib"
    23 export STRIP="${CLFS_TARGET}-strip"</literal></userinput></screen>
     23export STRIP="${CLFS_TARGET}-strip"</userinput></screen>
    2424
    2525</sect1>
Note: See TracChangeset for help on using the changeset viewer.