Ignore:
Timestamp:
May 22, 2014, 10:17:53 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
e49c212
Parents:
2d1be42
git-author:
Chris Staub <chris@…> (05/22/14 22:17:39)
git-committer:
Chris Staub <chris@…> (05/22/14 22:17:53)
Message:

Added more explantory text to temp-system gmp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/gmp.xml

    r2d1be42 rb5c851a  
    3333-->
    3434
    35     <para os="a">Prepare GMP for compilation:</para>
     35    <para os="a">As with the Cross-Tools, we will compile GMP, MPFR, MPC, ISL,
     36    and CLooG so that GCC can use them. though this time we will
     37    cross-compile them into <filename class="directory">/tools</filename>.</para>
    3638
    37 <screen os="b"><userinput>CC_FOR_BUILD=gcc ./configure --prefix=/tools \
     39    <para os="b">Prepare GMP for compilation:</para>
     40
     41<screen os="c"><userinput>CC_FOR_BUILD=gcc ./configure --prefix=/tools \
    3842    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3943    --enable-cxx</userinput></screen>
    4044
    41     <para os="c">Compile the package:</para>
     45    <variablelist os="ca">
     46      <title>The meaning of the new configure option:</title>
    4247
    43 <screen os="d"><userinput>make</userinput></screen>
     48      <varlistentry os="ca1">
     49        <term><parameter>CC_FOR_BUILD=gcc</parameter></term>
     50        <listitem>
     51          <para>Tells <command>configure</command> to use the host's
     52          <command>gcc</command> instead of our cross-compiler to build
     53          native tools it needs while compiling.</para>
     54        </listitem>
     55      </varlistentry>
    4456
    45     <para os="e">Install the package:</para>
     57    </variablelist>
    4658
    47 <screen os="f"><userinput>make install</userinput></screen>
     59    <para os="d">Compile the package:</para>
     60
     61<screen os="e"><userinput>make</userinput></screen>
     62
     63    <para os="f">Install the package:</para>
     64
     65<screen os="g"><userinput>make install</userinput></screen>
    4866
    4967  </sect2>
Note: See TracChangeset for help on using the changeset viewer.