Changeset ed3e5d8 for cross-tools/x86


Ignore:
Timestamp:
Feb 21, 2006, 1:55:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
10c15e3
Parents:
5c41d32
Message:

r967@server (orig r965): jim | 2005-12-26 22:57:04 -0800

r1199@server: jim | 2005-12-26 22:55:55 -0800
Grammar fixes from Chris Staub. Thank you


File:
1 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/x86/glibc-headers.xml

    r5c41d32 red3e5d8  
    2626    the glibc we are using in cross-lfs. The reason we are changing it is
    2727    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 chapter, we use the gcc that's built right after this chapter.</para>
    2929
    3030<screen os="s2"><userinput>cp configure{,.orig}
     
    7373
    7474      <varlistentry os="ca2">
    75         <term><parameter>--prefix=/tools</parameter></term>
    76         <listitem>
    77           <para>This tells the configure script to prepare to install the
    78           package in the <filename class="directory">/tools</filename>
    79           directory.</para>
    80         </listitem>
    81       </varlistentry>
    82 
    83       <varlistentry os="ca3">
    8475        <term><parameter>--build=${LFS_HOST}</parameter></term>
    8576        <listitem>
     
    8980      </varlistentry>
    9081
    91       <varlistentry os="ca4">
     82      <varlistentry os="ca3">
    9283        <term><parameter>--host=${LFS_TARGET}</parameter></term>
    9384        <listitem>
     
    9788      </varlistentry>
    9889
    99       <varlistentry os="ca5">
     90      <varlistentry os="ca4">
    10091        <term><parameter>--disable-sanity-checks</parameter></term>
    10192        <listitem>
     
    10495      </varlistentry>
    10596
    106       <varlistentry os="ca6">
     97      <varlistentry os="ca5">
    10798        <term><parameter>--enable-kernel=2.6.0</parameter></term>
    10899        <listitem>
     
    112103      </varlistentry>
    113104
    114       <varlistentry os="ca7">
     105      <varlistentry os="ca6">
    115106        <term><parameter>--with-headers=/tools/include</parameter></term>
    116107        <listitem>
     
    122113      </varlistentry>
    123114
    124       <varlistentry os="ca8">
     115      <varlistentry os="ca7">
    125116        <term><parameter>--with-binutils=/cross-tools/${LFS_TARGET}/bin</parameter></term>
    126117        <listitem>
     
    135126<screen os="cd"><userinput>make install-headers</userinput></screen>
    136127
    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>
    139129
    140130    <para os="cf">First we will copy a common file over to <filename
Note: See TracChangeset for help on using the changeset viewer.