Changeset a074923 in clfs-sysroot for BOOK/cross-tools/arm
- Timestamp:
- Jul 22, 2007, 4:32:35 AM (17 years ago)
- Branches:
- master
- Children:
- 9568bd5
- Parents:
- 68ed089
- Location:
- BOOK/cross-tools/arm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/glibc-headers.xml
r68ed089 ra074923 27 27 because this only installs the headers; no compiling takes place. In the 28 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} 31 31 sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen> … … 73 73 <variablelist os="dj"> 74 74 <title>The meaning of the configure options:</title> 75 75 76 76 <varlistentry os="dj1"> 77 77 <term><parameter>CC=gcc</parameter></term> … … 80 80 </listitem> 81 81 </varlistentry> 82 82 83 83 <varlistentry os="dj2"> 84 84 <term><parameter>--with-headers=${CLFS}/usr/include</parameter></term> … … 90 90 </listitem> 91 91 </varlistentry> 92 92 93 93 </variablelist> 94 94 95 95 <para os="k">Now, install the headers:</para> 96 96 … … 100 100 we will copy the additional header files we need.</para> 101 101 102 <para os="n">First we will copy a common file over to <filename 102 <para os="n">First we will copy a common file over to <filename 103 103 class="directory">${CLFS}/usr/include</filename>:</para> 104 104 … … 110 110 111 111 <para os="r">Another header is needed for NPTL:</para> 112 113 <screen os="s"><userinput>cp -v ../glibc-&glibc-version;/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h \ 112 113 <screen os="s"><userinput>cp -v \ 114 ../glibc-&glibc-version;/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h \ 114 115 ${CLFS}/usr/include/bits</userinput></screen> 115 116 -
BOOK/cross-tools/arm/variables.xml
r68ed089 ra074923 22 22 following command:</para> 23 23 24 <screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen> 24 <screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | \ 25 sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen> 25 26 26 27 <para os="c">Now you will need to set the triplet for the target
Note:
See TracChangeset
for help on using the changeset viewer.