summaryrefslogtreecommitdiff
path: root/debian/rules.defs
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2013-02-08 22:03:56 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2013-02-08 22:03:56 +0000
commit6904e335cb58ea1ef3d22d7bc46d7cd289cc1e4e (patch)
treecc40c47dca2b3deaeccca22f2363799e2a4e86b2 /debian/rules.defs
parente33f94296849598669b51f9c1bf916828d338946 (diff)
downloadgcc-47-6904e335cb58ea1ef3d22d7bc46d7cd289cc1e4e.tar.gz
* Use the CLooG ISL backend for graphite.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@6610 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.defs')
-rw-r--r--debian/rules.defs10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/rules.defs b/debian/rules.defs
index 290f660..730d902 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -960,6 +960,16 @@ with_plugins := yes
endif # ifndef DEB_STAGE
+# cloog backend
+ifneq (,$(filter $(distrelease),lenny etch squeeze dapper hardy jaunty karmic lucid maverick))
+ cloog_backend = ppl-0.10
+# FIXME: sid currently identifies itself as wheezy, add it here after the release
+else ifneq (,$(filter $(distrelease),sid natty oneiric precise quantal))
+ cloog_backend = ppl-0.11
+else
+ cloog_backend = isl
+endif
+
# Don't include docs with GFDL invariant sections
GFDL_INVARIANT_FREE := yes
ifeq ($(distribution),Ubuntu)