Changeset 661d1a4 for BOOK/cross-tools
- Timestamp:
- Jun 6, 2006, 1:07:40 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e9be59d
- Parents:
- fd40236
- Location:
- BOOK/cross-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/glibc-headers.xml
rfd40236 r661d1a4 28 28 next glibc chapter, we use the gcc that's build right after this chapter.</para> 29 29 30 <screen os="s2"><userinput>cp configure{,.orig}30 <screen os="s2"><userinput>cp -v configure{,.orig} 31 31 sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen> 32 32 … … 142 142 class="directory">/tools/include</filename>:</para> 143 143 144 <screen os="cg"><userinput>install -d /tools/include/bits145 cp bits/stdio_lim.h /tools/include/bits</userinput></screen>144 <screen os="cg"><userinput>install -dv /tools/include/bits 145 cp -v bits/stdio_lim.h /tools/include/bits</userinput></screen> 146 146 147 147 <para os="ch">Now we will create a blank stub file:</para> -
BOOK/cross-tools/ppc64/glibc.xml
rfd40236 r661d1a4 63 63 either size of glibc.</para> 64 64 65 <screen os="t2"><userinput>cp sysdeps/unix/sysv/linux/powerpc/sys/procfs.h{,.orig}65 <screen os="t2"><userinput>cp -v sysdeps/unix/sysv/linux/powerpc/sys/procfs.h{,.orig} 66 66 sed 's/__PPC64_ELF_H/__powerpc64__/' \ 67 67 sysdeps/unix/sysv/linux/powerpc/sys/procfs.h.orig \
Note:
See TracChangeset
for help on using the changeset viewer.