Changeset df709be for BOOK/cross-tools/x86
- Timestamp:
- Feb 26, 2006, 11:36:06 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9172172
- Parents:
- 6bfb353
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/glibc-headers.xml
r6bfb353 rdf709be 146 146 <para os="cj">For NPTL use the following command:</para> 147 147 148 <screen os="ck"><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/pthread/pthread.h /tools/include/</userinput></screen> 148 <screen os="ck"><userinput>cp -v \ 149 ../glibc-&glibc-version;/nptl/sysdeps/pthread/pthread.h \ 150 /tools/include</userinput></screen> 149 151 150 152 <para os="cl">Now copy the architecture specific header over:</para> 151 153 152 <screen os="cm"><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h /tools/include/bits/</userinput></screen> 154 <screen os="cm"><userinput>cp -v \ 155 ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h \ 156 /tools/include/bits</userinput></screen> 153 157 154 158 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.