Changeset 74df39d
- Timestamp:
- Aug 15, 2006, 9:35:11 PM (18 years ago)
- Children:
- de052ed
- Parents:
- 62c2ba6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/alpha/glibc-headers.xml
r62c2ba6 r74df39d 26 26 the glibc we are using in cross-lfs. The reason we are changing it is 27 27 because this only installs the headers, no compiling takes place. In the 28 next glibc chapter, we use the gcc that's build right after this chapter.</para>28 next Glibc installation, we use the GCC that's built right after this section:</para> 29 29 30 30 <screen os="s2"><userinput>cp -v configure{,.orig} … … 136 136 <screen os="cd"><userinput>make install-headers</userinput></screen> 137 137 138 <para os="ce">Some files aren't installed by the above command, then139 we will copy the header files we need:</para>138 <para os="ce">Some files aren't installed by the above command, so 139 we will copy the additional header files we need.</para> 140 140 141 141 <para os="cf">First we will copy a common file over to <filename … … 149 149 <screen os="ci"><userinput>touch /tools/include/gnu/stubs.h</userinput></screen> 150 150 151 <para os="cj"> For NPTL we use the following command:</para>151 <para os="cj">Another header is needed for NPTL:</para> 152 152 153 153 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.