Changeset a074923 in clfs-sysroot for BOOK/cross-tools


Ignore:
Timestamp:
Jul 22, 2007, 4:32:35 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
9568bd5
Parents:
68ed089
Message:

Some fixes for PDF look.

Location:
BOOK/cross-tools
Files:
7 edited

Legend:

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

    r68ed089 ra074923  
    2727    because this only installs the headers; no compiling takes place. In the
    2828    next Glibc chapter, we use the GCC that's built right after this chapter.</para>
    29        
     29
    3030<screen os="s2"><userinput>cp configure{,.orig}
    3131sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
     
    7373    <variablelist os="dj">
    7474       <title>The meaning of the configure options:</title>
    75        
     75
    7676          <varlistentry os="dj1">
    7777             <term><parameter>CC=gcc</parameter></term>
     
    8080             </listitem>
    8181          </varlistentry>
    82        
     82
    8383       <varlistentry os="dj2">
    8484           <term><parameter>--with-headers=${CLFS}/usr/include</parameter></term>
     
    9090           </listitem>
    9191       </varlistentry>
    92        
     92
    9393     </variablelist>
    94        
     94
    9595   <para os="k">Now, install the headers:</para>
    9696
     
    100100    we will copy the additional header files we need.</para>
    101101
    102    <para os="n">First we will copy a common file over to <filename 
     102   <para os="n">First we will copy a common file over to <filename
    103103   class="directory">${CLFS}/usr/include</filename>:</para>
    104104
     
    110110
    111111   <para os="r">Another header is needed for NPTL:</para>
    112    
    113 <screen os="s"><userinput>cp -v ../glibc-&glibc-version;/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h \
     112
     113<screen os="s"><userinput>cp -v \
     114    ../glibc-&glibc-version;/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h \
    114115    ${CLFS}/usr/include/bits</userinput></screen>
    115116
  • BOOK/cross-tools/arm/variables.xml

    r68ed089 ra074923  
    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
  • BOOK/cross-tools/common/glibc.xml

    r68ed089 ra074923  
    8989<screen os="i"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
    9090    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    91     ../glibc-&glibc-version;/configure --prefix=/usr --libexecdir=/usr/lib/glibc \
    92     --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    93     --disable-profile --enable-add-ons \
    94     --with-tls --enable-kernel=2.6.0 --with-__thread \
    95     --with-binutils=${CLFS}/cross-tools/bin --with-headers=${CLFS}/usr/include \
    96     --cache-file=config.cache</userinput></screen>
     91    ../glibc-&glibc-version;/configure --prefix=/usr \
     92    --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET} --build=${CLFS_HOST} \
     93    --disable-profile --enable-add-ons --with-tls --enable-kernel=2.6.0 \
     94    --with-__thread --with-binutils=${CLFS}/cross-tools/bin \
     95    --with-headers=${CLFS}/usr/include --cache-file=config.cache</userinput></screen>
    9796
    9897    <variablelist os="j">
     
    134133        <term><parameter>--disable-profile</parameter></term>
    135134        <listitem>
    136           <para>This builds the libraries without profiling information. 
     135          <para>This builds the libraries without profiling information.
    137136          Omit this option if profiling on the temporary tools is necessary.</para>
    138137        </listitem>
     
    226225export I18NPATH=${PWD}/localedata
    227226export GCONV_PATH=${PWD}/iconvdata
    228 export LOCALEDEF="${PWD}/locale/localedef-native --alias-file=../intl/locale.alias"
     227export LOCALEDEF="${PWD}/locale/localedef-native
     228    --alias-file=../intl/locale.alias"
    229229cd ../glibc-&glibc-version;/localedata
    230230${LOCALEDEF} -i locales/de_DE -f charmaps/ISO-8859-1 --prefix=${CLFS} de_DE
    231 ${LOCALEDEF} -i locales/de_DE@euro -f charmaps/ISO-8859-15 --prefix=${CLFS} de_DE@euro
     231${LOCALEDEF} -i locales/de_DE@euro -f charmaps/ISO-8859-15 \
     232    --prefix=${CLFS} de_DE@euro
    232233${LOCALEDEF} -i locales/en_HK -f charmaps/ISO-8859-1 --prefix=${CLFS} en_HK
    233234${LOCALEDEF} -i locales/en_PH -f charmaps/ISO-8859-1 --prefix=${CLFS} en_PH
     
    236237${LOCALEDEF} -i locales/fa_IR -f charmaps/UTF-8 --prefix=${CLFS} fa_IR
    237238${LOCALEDEF} -i locales/fr_FR -f charmaps/ISO-8859-1 --prefix=${CLFS} fr_FR
    238 ${LOCALEDEF} -i locales/fr_FR@euro -f charmaps/ISO-8859-15 --prefix=${CLFS} fr_FR@euro
     239${LOCALEDEF} -i locales/fr_FR@euro -f charmaps/ISO-8859-15 \
     240    --prefix=${CLFS} fr_FR@euro
    239241${LOCALEDEF} -i locales/it_IT -f charmaps/ISO-8859-1 --prefix=${CLFS} it_IT
    240242${LOCALEDEF} -i locales/ja_JP -f charmaps/EUC-JP --prefix=${CLFS} ja_JP
  • BOOK/cross-tools/common/shadow.xml

    r68ed089 ra074923  
    4242
    4343<screen><userinput>./configure --prefix=${CLFS}/cross-tools --sbindir=${CLFS}/cross-tools/bin \
    44     --sysconfdir=$CLFS/etc --disable-shared --without-libpam --without-audit \
    45     --without-selinux --program-prefix=${CLFS_TARGET}- --cache-file=config.cache</userinput></screen>
     44    --sysconfdir=$CLFS/etc --disable-shared --without-libpam \
     45    --without-audit --without-selinux --program-prefix=${CLFS_TARGET}- \
     46    --cache-file=config.cache</userinput></screen>
    4647
    4748    <para>Add the proper prefix to the <filename>passwd</filename> program:</para>
  • BOOK/cross-tools/hppa/glibc-headers.xml

    r68ed089 ra074923  
    108108    xpointer="xpointer(//*[@os='r'])"/>
    109109
    110 <screen os="s"><userinput>cp -v ../glibc-&glibc-version;/ports/sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h \
    111     ${CLFS}/usr/include/bits</userinput></screen>
     110<screen os="s"><userinput>cp -v \
     111   ../glibc-&glibc-version;/ports/sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h \
     112   ${CLFS}/usr/include/bits</userinput></screen>
    112113
    113114  </sect2>
  • BOOK/cross-tools/hppa/variables.xml

    r68ed089 ra074923  
    3939  <table os="g">
    4040    <title>Processor Type and  Target Triplets</title>
     41    <?dbfo table-width="5in" ?>
     42
    4143    <tgroup cols="2" align="center">
    42       <colspec colname="Processor"/>
    43       <colspec colname="Triplet"/>
     44
     45      <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
     46      <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
     47
    4448      <thead>
    4549        <row>
     
    4852        </row>
    4953      </thead>
     54
    5055      <tbody>
    5156        <row>
     
    6267        </row>
    6368      </tbody>
     69
    6470    </tgroup>
     71
    6572  </table>
    6673
  • BOOK/cross-tools/x86/variables.xml

    r68ed089 ra074923  
    3737  <table os="g">
    3838    <title>Processor Type and  Target Triplets</title>
     39    <?dbfo table-width="5in" ?>
     40
    3941    <tgroup cols="2" align="center">
    40       <colspec colname="Processor"/>
    41       <colspec colname="Triplet"/>
     42
     43      <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
     44      <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
     45
    4246      <thead>
    4347        <row>
     
    4650        </row>
    4751      </thead>
     52
    4853      <tbody>
    4954        <row>
     
    6469        </row>
    6570      </tbody>
     71
    6672    </tgroup>
     73
    6774  </table>
    6875
Note: See TracChangeset for help on using the changeset viewer.