Changeset b5c851a


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

Location:
BOOK/temp-system
Files:
3 edited

Legend:

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

    r2d1be42 rb5c851a  
    3737    xpointer="xpointer(//*[@os='a'])"/>
    3838
    39 <screen os="b"><userinput>CC_FOR_BUILD=gcc CC="${CC} ${BUILD64}" \
     39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     40    href="../common/gmp.xml"
     41    xpointer="xpointer(//*[@os='b'])"/>
     42
     43<screen os="c"><userinput>CC_FOR_BUILD=gcc CC="${CC} ${BUILD64}" \
    4044    CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \
    4145    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     
    4448    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4549    href="../multilib/gmp.xml"
    46     xpointer="xpointer(//*[@os='ba'])"/>
    47 
    48     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="../common/gmp.xml"
    50     xpointer="xpointer(//*[@os='c'])"/>
     50    xpointer="xpointer(//*[@os='ca'])"/>
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6262    xpointer="xpointer(//*[@os='f'])"/>
    6363
     64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     65    href="../common/gmp.xml"
     66    xpointer="xpointer(//*[@os='g'])"/>
     67
    6468  </sect2>
    6569
  • 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>
  • BOOK/temp-system/multilib/gmp.xml

    r2d1be42 rb5c851a  
    3737    xpointer="xpointer(//*[@os='a'])"/>
    3838
    39 <screen os="b"><userinput>CC_FOR_BUILD=gcc CC="${CC} \
     39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     40    href="../common/gmp.xml"
     41    xpointer="xpointer(//*[@os='b'])"/>
     42
     43<screen os="c"><userinput>CC_FOR_BUILD=gcc CC="${CC} \
    4044    ${BUILD64}" CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \
    4145    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4246    --libdir=/tools/lib64 --enable-cxx</userinput></screen>
    4347
    44     <variablelist os="ba">
     48    <variablelist os="ca">
    4549      <title>The meaning of the new configure option:</title>
    4650
    47       <varlistentry>
     51      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     52      href="../common/gmp.xml"
     53      xpointer="xpointer(//*[@os='ca1'])"/>
     54
     55      <varlistentry os="ca2">
    4856        <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
    4957        <listitem>
     
    5361
    5462    </variablelist>
    55 
    56     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    57     href="../common/gmp.xml"
    58     xpointer="xpointer(//*[@os='c'])"/>
    5963
    6064    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7074    xpointer="xpointer(//*[@os='f'])"/>
    7175
     76    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     77    href="../common/gmp.xml"
     78    xpointer="xpointer(//*[@os='g'])"/>
     79
    7280  </sect2>
    7381
Note: See TracChangeset for help on using the changeset viewer.