[mingw-gcc: 24/36] Build against ppl and cloog

epienbro epienbro at fedoraproject.org
Tue Mar 6 19:20:23 UTC 2012


commit c467d3ae3ef87cd6ba27671552865bfdb6d6a662
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Aug 20 08:42:51 2011 +0300

    Build against ppl and cloog

 mingw32-gcc.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-gcc.spec b/mingw32-gcc.spec
index a439b07..1e8230b 100644
--- a/mingw32-gcc.spec
+++ b/mingw32-gcc.spec
@@ -2,7 +2,7 @@
 
 Name:           mingw32-gcc
 Version:        4.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows cross-compiler (GCC) for C
 
 License:        GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
@@ -22,6 +22,8 @@ BuildRequires:  mpfr-devel
 BuildRequires:  libmpc-devel
 BuildRequires:  zlib-devel
 BuildRequires:  libgomp
+BuildRequires:  ppl-devel
+BuildRequires:  cloog-ppl-devel
 BuildRequires:  flex
 
 # Need mingw32-binutils which support %gnu_unique_object
@@ -111,6 +113,7 @@ CC="%{__cc} ${RPM_OPT_FLAGS}" \
   --disable-multilib \
   --disable-plugin \
   --enable-libgomp \
+  --with-ppl --with-cloog \
   --with-system-zlib \
   --disable-nls --without-included-gettext \
   --disable-win32-registry \
@@ -246,6 +249,9 @@ popd
 
 
 %changelog
+* Fri Aug 19 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.6.1-2
+- Build against ppl and cloog
+
 * Mon Jun 27 2011 Kalev Lember <kalev at smartlink.ee> - 4.6.1-1
 - Update to 4.6.1
 


More information about the scm-commits mailing list