Changeset a2e6cdb for BOOK/cross-tools/alpha
- Timestamp:
- Dec 2, 2006, 11:40:35 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:
- c5fc724
- Parents:
- 2143fce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/glibc-headers.xml
r2143fce ra2e6cdb 148 148 149 149 <para os="cf">First we will copy a common file over to <filename 150 class="directory"> /tools/include</filename>:</para>150 class="directory">${CLFS}/tools/include</filename>:</para> 151 151 152 <screen os="cg"><userinput>install -dv /tools/include/bits153 cp -v bits/stdio_lim.h /tools/include/bits</userinput></screen>152 <screen os="cg"><userinput>install -dv ${CLFS}/tools/include/bits 153 cp -v bits/stdio_lim.h ${CLFS}/tools/include/bits</userinput></screen> 154 154 155 155 <para os="ch">Now we will create a blank stub file:</para> 156 156 157 <screen os="ci"><userinput>touch /tools/include/gnu/stubs.h</userinput></screen>157 <screen os="ci"><userinput>touch ${CLFS}/tools/include/gnu/stubs.h</userinput></screen> 158 158 159 159 <para os="cj">Another header is needed for NPTL:</para> 160 160 161 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen> 161 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h \ 162 ${CLFS}/tools/include/bits/</userinput></screen> 162 163 163 164 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.