Changeset 823185c in clfs-sysroot for BOOK/cross-tools/arm/glibc-headers.xml
- Timestamp:
- Aug 30, 2006, 10:56:05 AM (18 years ago)
- Branches:
- master
- Children:
- f1583d4
- Parents:
- b275cd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/glibc-headers.xml
rb275cd8 r823185c 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 gccthat's built right after this chapter.</para>28 next Glibc chapter, we use the GCC that's built right after this chapter.</para> 29 29 30 30 <screen os="s2"><userinput>cp configure{,.orig} … … 77 77 <term><parameter>CC=gcc</parameter></term> 78 78 <listitem> 79 <para>Tells G LIBCto use the hosts GCC compiler.</para>79 <para>Tells Glibc to use the hosts GCC compiler.</para> 80 80 </listitem> 81 81 </varlistentry> … … 97 97 <screen os="l"><userinput>make install-headers</userinput></screen> 98 98 99 <para os="m">Some files aren't installed by the above command, then100 we will copy the header files we need:</para>99 <para os="m">Some files aren't installed by the above command, so 100 we will copy the additional header files we need.</para> 101 101 102 102 <para os="n">First we will copy a common file over to <filename … … 110 110 <screen os="q"><userinput>touch ${CLFS}/usr/include/gnu/stubs.h</userinput></screen> 111 111 112 <para os="r"> For NPTL we use the following command:</para>112 <para os="r">Another header is needed for NPTL:</para> 113 113 114 114 <screen os="s"><userinput>cp -v ../glibc-&glibc-version;/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h \
Note:
See TracChangeset
for help on using the changeset viewer.