Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

File:
1 moved

Legend:

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

    r111b12a r76b06f6  
    66]>
    77
    8 <sect1 id="ch-temp-system-isl" role="wrap">
    9   <?dbhtml filename="isl.html"?>
     8<sect1 id="ch-temp-system-ppl" role="wrap">
     9  <?dbhtml filename="ppl.html"?>
    1010
    11   <title>ISL-&isl-version;</title>
     11  <title>PPL-&ppl-version;</title>
    1212
    13   <indexterm zone="ch-temp-system-isl">
    14     <primary sortas="a-ISL">ISL</primary>
     13  <indexterm zone="ch-temp-system-ppl">
     14    <primary sortas="a-PPL">PPL</primary>
    1515    <secondary>temporary system</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/isl.xml"
     19  href="../../final-system/common/ppl.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of ISL</title>
     23    <title>Installation of PPL</title>
    2424
    25     <para os="a">Prepare ISL for compilation:</para>
     25    <para os="a">Prepare PPL for compilation:</para>
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    2828    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    29     --with-gmp-prefix=/tools</userinput></screen>
     29    --enable-interfaces="c,cxx" --enable-shared --disable-optimization \
     30    --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen>
    3031
    3132    <para os="c">Compile the package:</para>
     
    4344
    4445    <para>Details on this package are located in <xref
    45     linkend="contents-isl" role="."/></para>
     46    linkend="contents-ppl" role="."/></para>
    4647
    4748  </sect2>
Note: See TracChangeset for help on using the changeset viewer.