Changeset 1f0a9c9 in clfs-sysroot for BOOK/cross-tools/arm
- Timestamp:
- May 26, 2006, 8:57:48 PM (19 years ago)
- Branches:
- master
- Children:
- 7126617
- Parents:
- 8e23f7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/glibc-headers.xml
r8e23f7c r1f0a9c9 26 26 the glibc we are using in cross-lfs. The reason we are changing it is 27 27 because this only installs the headers, no compiling takes place. In the 28 next glibc chapter, we use the gcc that's buil dright after this chapter.</para>28 next glibc chapter, we use the gcc that's built right after this chapter.</para> 29 29 30 30 <screen os="s2"><userinput>cp configure{,.orig} 31 31 sed -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'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 93 101 94 102 <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> 96 104 97 105 <screen os="o"><userinput>install -dv ${LFS}/usr/include/bits
Note:
See TracChangeset
for help on using the changeset viewer.