Changeset a074923 in clfs-sysroot for BOOK/cross-tools/arm/glibc-headers.xml


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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.