Changeset 661d1a4 for BOOK/cross-tools/alpha
- 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
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.