Ignore:
Timestamp:
Feb 17, 2012, 10:03:08 AM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ee9af47
Parents:
c1dbf1b
git-author:
Jonathan Norman <jon@…> (02/17/12 04:24:10)
git-committer:
Jonathan Norman <jon@…> (02/17/12 10:03:08)
Message:

Replaced ClooG-PPL with ClooG

Location:
BOOK/temp-system/common
Files:
2 edited
1 moved

Legend:

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

    rc1dbf1b r84b164e  
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    3939    --with-lib-path=/tools/lib --disable-nls --enable-shared \
    40     --disable-multilib</userinput></screen>
     40    --disable-multilib --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen>
    4141
    4242    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/cloog.xml

    rc1dbf1b r84b164e  
    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>
  • BOOK/temp-system/common/gcc.xml

    rc1dbf1b r84b164e  
    7474  --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    7575  --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \
    76   --disable-multilib</userinput></screen>
     76  --disable-multilib --enable-cloog-backend=isl</userinput></screen>
    7777
    7878    <variablelist os="cl">
Note: See TracChangeset for help on using the changeset viewer.