Changeset d018b81 for BOOK/cross-tools


Ignore:
Timestamp:
Jul 28, 2007, 7:43:26 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5ec7618f
Parents:
c304f4c
Message:

Several fixes for PDF look.

Location:
BOOK/cross-tools
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/glibc-headers.xml

    rc304f4c rd018b81  
    2727    because this only installs the headers, no compiling takes place. In the
    2828    next Glibc installation, we use the GCC that's built right after this section:</para>
    29        
     29
    3030<screen os="s2"><userinput>cp -v configure{,.orig}
    3131sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
     
    6565    <variablelist os="ca">
    6666       <title>The meaning of the configure options:</title>
    67        
     67
    6868          <varlistentry os="ca1">
    6969             <term><parameter>CC=gcc</parameter></term>
     
    7272             </listitem>
    7373          </varlistentry>
    74        
     74
    7575         <varlistentry os="ca2">
    7676            <term><parameter>--prefix=/tools</parameter></term>
     
    8181             </listitem>
    8282         </varlistentry>
    83        
     83
    8484         <varlistentry os="ca3">
    8585            <term><parameter>--build=${CLFS_HOST}</parameter></term>
     
    8989            </listitem>
    9090        </varlistentry>
    91        
     91
    9292        <varlistentry os="ca4">
    9393           <term><parameter>--host=${CLFS_TARGET}</parameter></term>
     
    9797           </listitem>
    9898        </varlistentry>
    99        
     99
    100100       <varlistentry os="ca5">
    101101          <term><parameter>--disable-sanity-checks</parameter></term>
     
    104104           </listitem>
    105105       </varlistentry>
    106        
     106
    107107       <varlistentry os="ca6">
    108108            <term><parameter>--enable-kernel=2.6.0</parameter></term>
     
    112112            </listitem>
    113113       </varlistentry>
    114        
     114
    115115       <varlistentry os="ca7">
    116116           <term><parameter>--with-headers=/tools/include</parameter></term>
     
    122122           </listitem>
    123123       </varlistentry>
    124        
     124
    125125       <varlistentry os="ca8">
    126126           <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term>
     
    129129            </listitem>
    130130       </varlistentry>
    131        
     131
    132132       </variablelist>
    133        
     133
    134134   <para os="cb">Now, install the headers:</para>
    135135
     
    139139    we will copy the additional header files we need.</para>
    140140
    141    <para os="cf">First we will copy a common file over to <filename 
     141   <para os="cf">First we will copy a common file over to <filename
    142142   class="directory">/tools/include</filename>:</para>
    143143
     
    150150
    151151   <para os="cj">Another header is needed for NPTL:</para>
    152    
    153 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
     152
     153<screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h \
     154    /tools/include/bits/</userinput></screen>
    154155
    155156  </sect2>
  • BOOK/cross-tools/alpha/variables.xml

    rc304f4c rd018b81  
    4545  <table os="g">
    4646    <title>Processor Type and Target Triplets</title>
    47     <tgroup cols="2" align="center">
    48       <colspec colname="Processor"/>
    49       <colspec colname="Triplet"/>
     47
     48    <tgroup cols="2">
     49    <?dbfo table-width="5in" ?>
     50
     51      <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
     52      <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
     53
    5054      <thead>
    5155        <row>
     
    5458        </row>
    5559      </thead>
     60
    5661      <tbody>
    5762        <row>
     
    8893        </row>
    8994      </tbody>
     95
    9096    </tgroup>
     97
    9198  </table>
    9299
  • BOOK/cross-tools/sparc64-64/flags.xml

    rc304f4c rd018b81  
    1414   xpointer="xpointer(//*[@os='a'])"/>
    1515
    16 <screen os="b"><userinput>export BUILD64="[BUILD64 entries]"
    17 export GCCTARGET="[GCCTARGET entries]"</userinput></screen>
     16<screen os="b"><userinput>export BUILD64="<replaceable>[BUILD64 entries]</replaceable>"
     17export GCCTARGET="<replaceable>[GCCTARGET entries]</replaceable>"</userinput></screen>
    1818
    1919   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3030  <table os="f">
    3131    <title>List of architectures, target triplets, and recommended book</title>
    32     <tgroup cols="2" align="center">
    33       <colspec colname="Processor"/>
    34       <colspec colname="Build64"/>
    35       <colspec colname="GCC"/>
     32    <?dbfo table-width="7in" ?>
     33
     34    <tgroup cols="3">
     35
     36      <colspec colnum="1" colwidth="1in"   colname="Processor"/>
     37      <colspec colnum="2" colwidth="3.2in" colname="Build64"/>
     38      <colspec colnum="3" colwidth="2.8in" colname="GCC"/>
     39
    3640      <thead>
    3741        <row>
     
    4145        </row>
    4246      </thead>
     47
    4348      <tbody>
    4449        <row>
     
    5358        </row>
    5459      </tbody>
     60
    5561    </tgroup>
     62
    5663  </table>
    5764
  • BOOK/cross-tools/sparc64/flags.xml

    rc304f4c rd018b81  
    1414  from the table at the bottom of the page.</para>
    1515
    16 <screen os="b"><userinput>export BUILD32="[BUILD32 entries]"
    17 export BUILD64="[BUILD64 entries]"
    18 export GCCTARGET="[GCCTARGET entries]"</userinput></screen>
     16<screen os="b"><userinput>export BUILD32="<replaceable>[BUILD32 entries]</replaceable>"
     17export BUILD64="<replaceable>[BUILD64 entries]</replaceable>"
     18export GCCTARGET="<replaceable>[GCCTARGET entries]</replaceable>"</userinput></screen>
    1919
    2020   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3333  <table os="f">
    3434    <title>List of 32-Bit settings, 64-Bit Build settings, and GCC setting</title>
    35     <tgroup cols="2" align="center">
    36       <colspec colname="Processor"/>
    37       <colspec colname="Build32"/>
    38       <colspec colname="Build64"/>
    39       <colspec colname="GCC"/>
     35    <?dbfo table-width="7in" ?>
     36
     37    <tgroup cols="4">
     38
     39      <colspec colnum="1" colwidth="1in" colname="Processor"/>
     40      <colspec colnum="2" colwidth="2in" colname="Build32"/>
     41      <colspec colnum="3" colwidth="2in" colname="Build64"/>
     42      <colspec colnum="4" colwidth="2in" colname="GCC"/>
     43
    4044      <thead>
    4145        <row>
     
    4650        </row>
    4751      </thead>
     52
    4853      <tbody>
    4954        <row>
     
    6065        </row>
    6166      </tbody>
     67
    6268    </tgroup>
     69
    6370  </table>
    6471
  • BOOK/cross-tools/x86/gcc-final.xml

    rc304f4c rd018b81  
    6767
    6868<screen os="be"><userinput>cp -v configure{,.orig}
    69 sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen>
     69sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig > \
     70    configure</userinput></screen>
    7071
    7172    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86/variables.xml

    rc304f4c rd018b81  
    2222  following command:</para>
    2323
    24 <screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen>
     24<screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | \
     25    sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen>
    2526
    2627  <para os="c">Now you will need to set the triplet for the target
     
    4243  <table os="g">
    4344    <title>Processor Type and  Target Triplets</title>
    44     <tgroup cols="2" align="center">
    45       <colspec colname="Processor"/>
    46       <colspec colname="Triplet"/>
     45    <?dbfo table-width="5in" ?>
     46
     47    <tgroup cols="2">
     48
     49      <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
     50      <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
     51
    4752      <thead>
    4853        <row>
     
    5156        </row>
    5257      </thead>
     58
    5359      <tbody>
    5460        <row>
     
    7379        </row>
    7480      </tbody>
     81
    7582    </tgroup>
     83
    7684  </table>
    7785
  • BOOK/cross-tools/x86_64/gcc-final.xml

    rc304f4c rd018b81  
    6868
    6969<screen os="be"><userinput>cp -v configure{,.orig}
    70 sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen>
     70sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig > \
     71    configure</userinput></screen>
    7172
    7273    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.