Changeset ed3e5d8 for cross-tools


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


Location:
cross-tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/common/binutils.xml

    r5c41d32 red3e5d8  
    101101        <term><parameter>--disable-multilib</parameter></term>
    102102        <listitem>
    103           <para>This options disables the building of a multilib
     103          <para>This option disables the building of a multilib
    104104          capable binutils.</para>
    105105        </listitem>
  • cross-tools/common/cflags.xml

    r5c41d32 red3e5d8  
    1111  <title>Build CFLAGS</title>
    1212
    13   <para><envar>CFLAGS</envar> during the building of cross tools must
    14   not be set.</para>
     13  <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> must not be set during the building of cross tools.</para>
    1514
    1615  <para>To disable <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>
    17   use the following command:</para>
     16  use the following commands:</para>
    1817
    1918<screen><userinput>unset CFLAGS
  • cross-tools/common/introduction.xml

    r5c41d32 red3e5d8  
    4747      <para>After installing each package, both in this and the next chapters,
    4848      delete its source and build directories, unless specifically instructed
    49       otherwise. Deleting the sources space and prevents mis-configuration
     49      otherwise. Deleting the sources prevents mis-configuration
    5050      when the same package is reinstalled later.</para>
    5151    </important>
  • 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.