Changeset 8659630 for BOOK/cross-tools/x86/glibc-headers.xml
- Timestamp:
- Feb 21, 2006, 1:55:04 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:
- 9afeb8b
- Parents:
- 1aebe7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/glibc-headers.xml
r1aebe7f r8659630 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 buil dright 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} … … 73 73 74 74 <varlistentry os="ca2"> 75 <term><parameter>--prefix=/tools</parameter></term>76 <listitem>77 <para>This tells the configure script to prepare to install the78 package in the <filename class="directory">/tools</filename>79 directory.</para>80 </listitem>81 </varlistentry>82 83 <varlistentry os="ca3">84 75 <term><parameter>--build=${LFS_HOST}</parameter></term> 85 76 <listitem> … … 89 80 </varlistentry> 90 81 91 <varlistentry os="ca 4">82 <varlistentry os="ca3"> 92 83 <term><parameter>--host=${LFS_TARGET}</parameter></term> 93 84 <listitem> … … 97 88 </varlistentry> 98 89 99 <varlistentry os="ca 5">90 <varlistentry os="ca4"> 100 91 <term><parameter>--disable-sanity-checks</parameter></term> 101 92 <listitem> … … 104 95 </varlistentry> 105 96 106 <varlistentry os="ca 6">97 <varlistentry os="ca5"> 107 98 <term><parameter>--enable-kernel=2.6.0</parameter></term> 108 99 <listitem> … … 112 103 </varlistentry> 113 104 114 <varlistentry os="ca 7">105 <varlistentry os="ca6"> 115 106 <term><parameter>--with-headers=/tools/include</parameter></term> 116 107 <listitem> … … 122 113 </varlistentry> 123 114 124 <varlistentry os="ca 8">115 <varlistentry os="ca7"> 125 116 <term><parameter>--with-binutils=/cross-tools/${LFS_TARGET}/bin</parameter></term> 126 117 <listitem> … … 135 126 <screen os="cd"><userinput>make install-headers</userinput></screen> 136 127 137 <para os="ce">Some files aren't installed by the above command, then 138 we will copy the header files we need:</para> 128 <para os="ce">Some files aren't installed by the above command, so we will copy the additional header files we need:</para> 139 129 140 130 <para os="cf">First we will copy a common file over to <filename
Note:
See TracChangeset
for help on using the changeset viewer.