Ignore:
Timestamp:
Feb 26, 2012, 9:50:35 AM (13 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5b6948a
Parents:
0fadcfd (diff), 68fb4f2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged with Cosmo-branch, renamed / rediffed patches as required and fixed download links

File:
1 moved

Legend:

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

    r0fadcfd r35e7499  
    66]>
    77
    8 <sect1 id="ch-temp-system-cloog-ppl" role="wrap">
    9   <?dbhtml filename="cloog-ppl.html"?>
     8<sect1 id="ch-temp-system-cloog" role="wrap">
     9  <?dbhtml filename="cloog.html"?>
    1010
    11   <title>CLooG-PPL &cloog-ppl-version;</title>
     11  <title>CLooG &cloog-version;</title>
    1212
    13   <indexterm zone="ch-temp-system-cloog-ppl">
    14     <primary sortas="a-CLooG-PPL">CLooG-PPL</primary>
     13  <indexterm zone="ch-temp-system-cloog">
     14    <primary sortas="a-CLooG">CLooG</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/cloog-ppl.xml"
     19  href="../../final-system/common/cloog.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of CLooG-PPL</title>
     23    <title>Installation of CLooG</title>
    2424
    2525    <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para>
     
    2929    configure.orig &gt; configure</userinput></screen>
    3030
    31     <para os="a">Prepare CLooG-PPL for compilation:</para>
     31    <para os="a">Prepare CLooG for compilation:</para>
    3232
    3333<screen os="b"><userinput>./configure --prefix=/tools \
    34     --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
    35     --with-ppl=/tools --with-gmp=/tools</userinput></screen>
     34    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     35    --with-gmp-prefix=/tools</userinput></screen>
    3636
    3737    <para os="c">Compile the package:</para>
     
    4949
    5050    <para>Details on this package are located in <xref
    51     linkend="contents-cloog-ppl" role="."/></para>
     51    linkend="contents-cloog" role="."/></para>
    5252
    5353  </sect2>
Note: See TracChangeset for help on using the changeset viewer.