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/64
Files:
2 edited
1 moved

Legend:

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

    rc1dbf1b r84b164e  
    3838    --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3939    --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \
    40     --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen>
     40    --enable-shared --enable-64-bit-bfd --disable-multilib \
     41    --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen>
    4142
    4243    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/64/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-MPFR">CLooG-PPL</primary>
     13  <indexterm zone="ch-temp-system-cloog">
     14    <primary sortas="a-MPFR">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    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/cloog-ppl.xml"
     26    href="../common/cloog.xml"
    2727    xpointer="xpointer(//*[@os='s1'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../common/cloog-ppl.xml"
     30    href="../common/cloog.xml"
    3131    xpointer="xpointer(//*[@os='s2'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../common/cloog-ppl.xml"
     34    href="../common/cloog.xml"
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    3737<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38     --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
    39     --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>
     38    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     39    --enable-shared --with-gmp-prefix=/tools</userinput></screen>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/cloog-ppl.xml"
     42    href="../common/cloog.xml"
    4343    xpointer="xpointer(//*[@os='c'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/cloog-ppl.xml"
     46    href="../common/cloog.xml"
    4747    xpointer="xpointer(//*[@os='d'])"/>
    4848       
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/cloog-ppl.xml"
     50    href="../common/cloog.xml"
    5151    xpointer="xpointer(//*[@os='e'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/cloog-ppl.xml"
     54    href="../common/cloog.xml"
    5555    xpointer="xpointer(//*[@os='f'])"/>
    5656
     
    6161
    6262    <para>Details on this package are located in <xref
    63     linkend="contents-cloog-ppl" role="."/></para>
     63    linkend="contents-cloog" role="."/></para>
    6464
    6565  </sect2>
  • BOOK/temp-system/64/gcc.xml

    rc1dbf1b r84b164e  
    7676    --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
    7777    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
    78     --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
     78    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
     79    --enable-cloog-backend=isl</userinput></screen>
    7980
    8081    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.