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/multilib/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
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/isl.xml"
     26    href="../common/ppl.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \
    30   ./configure --prefix=/tools \
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3130    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --with-gmp-prefix=/tools</userinput></screen>
     31    --enable-interfaces="c,cxx" --libdir=/tools/lib64 \
     32    --enable-shared --disable-optimization  \
     33    --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen>
    3334
    3435    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    35     href="../common/isl.xml"
     36    href="../common/ppl.xml"
    3637    xpointer="xpointer(//*[@os='c'])"/>
    3738
    3839    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    39     href="../common/isl.xml"
     40    href="../common/ppl.xml"
    4041    xpointer="xpointer(//*[@os='d'])"/>
    4142       
    4243    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    43     href="../common/isl.xml"
     44    href="../common/ppl.xml"
    4445    xpointer="xpointer(//*[@os='e'])"/>
    4546
    4647    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    47     href="../common/isl.xml"
     48    href="../common/ppl.xml"
    4849    xpointer="xpointer(//*[@os='f'])"/>
    4950
     
    5455
    5556    <para>Details on this package are located in <xref
    56     linkend="contents-isl" role="."/></para>
     57    linkend="contents-ppl" role="."/></para>
    5758
    5859  </sect2>
Note: See TracChangeset for help on using the changeset viewer.