Changeset 1f0a9c9 in clfs-sysroot for BOOK/cross-tools/arm


Ignore:
Timestamp:
May 27, 2006, 3:57:48 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
7126617
Parents:
8e23f7c
Message:

r3663@server (orig r1664): jciccone | 2006-05-26 17:16:29 -0700
Added glibc-ports to arm and made a few text changes

File:
1 edited

Legend:

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

    r8e23f7c r1f0a9c9  
    2626    the glibc we are using in cross-lfs. The reason we are changing it is
    2727    because this only installs the headers, no compiling takes place. In the
    28     next glibc chapter, we use the gcc that's build right after this chapter.</para>
     28    next glibc chapter, we use the gcc that's built right after this chapter.</para>
    2929       
    3030<screen os="s2"><userinput>cp configure{,.orig}
    3131sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="glibc.xml"
     35    xpointer="xpointer(//*[@os='u1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="glibc.xml"
     39    xpointer="xpointer(//*[@os='u2'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    93101
    94102   <para os="n">First we will copy a common file over to <filename
    95    class="directory">/tools/include</filename>:</para>
     103   class="directory">${LFS}/usr/include</filename>:</para>
    96104
    97105<screen os="o"><userinput>install -dv ${LFS}/usr/include/bits
Note: See TracChangeset for help on using the changeset viewer.