Changeset d1a3111 for cross-tools
- Timestamp:
- Jun 6, 2006, 1:07:40 AM (19 years ago)
- Children:
- 29a7ae22
- Parents:
- 73281dc
- Location:
- cross-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/alpha/glibc-headers.xml
r73281dc rd1a3111 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> -
cross-tools/ppc64/glibc.xml
r73281dc rd1a3111 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.