]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- enable graphite branch features (cloog/ppl).
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 29 Dec 2011 17:21:34 +0000 (17:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.676

gcc.spec

index 752a94238826cffea1f5405ea130d54b293ed816..4121641db2ed4a57fdcda6a0c03ca9700118e08b 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -110,6 +110,7 @@ BuildRequires:      automake >= 1:1.9.3
 BuildRequires: binutils >= 2:2.17.50.0.9-1
 BuildRequires: bison
 BuildRequires: chrpath >= 0.13-2
+BuildRequires: cloog-ppl-devel
 %{?with_tests:BuildRequires:   dejagnu}
 BuildRequires: elfutils-devel >= 0.145-1
 BuildRequires: fileutils >= 4.0.41
@@ -138,6 +139,7 @@ BuildRequires:      glibc-devel(sparcv9)
 BuildRequires: gmp-devel >= 4.1
 BuildRequires: libmpc-devel
 BuildRequires: mpfr-devel >= 2.3.0
+BuildRequires: ppl-devel
 %if %{with python}
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
@@ -1553,6 +1555,8 @@ TEXCONFIG=false \
        %{!?with_java:--without-x} \
        %{?with_fortran:--enable-cmath} \
        --with-long-double-128 \
+       --with-ppl \
+       --with-cloog-ppl \
 %ifarch ppc ppc64
        --enable-secureplt \
 %endif
This page took 0.044697 seconds and 4 git commands to generate.