From 30ee91c66197d1ba4ddb4f1b31f8b0b3ea9b4ec1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 3 Dec 2012 17:15:50 -0500 Subject: [PATCH] ignore ppl version --- gcc.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index 03cbc00..5ed22ea 100644 --- a/gcc.spec +++ b/gcc.spec @@ -924,7 +924,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`" --disable-libjava-multilib \ %endif %if %{build_cloog} - --with-ppl --with-cloog \ + --with-ppl --disable-ppl-version-check --with-cloog \ %else --without-ppl --without-cloog \ %endif @@ -2671,6 +2671,7 @@ fi %changelog * Fri Nov 30 2012 Tom Callaway 4.7.2-9 - rebuild for new ppl/cloog +- pass --disable-ppl-version-check (for ppl 1.0) * Fri Nov 9 2012 Jakub Jelinek 4.7.2-8 - update from the 4.7 branch