diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-02-08 22:03:56 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-02-08 22:03:56 +0000 |
commit | 6904e335cb58ea1ef3d22d7bc46d7cd289cc1e4e (patch) | |
tree | cc40c47dca2b3deaeccca22f2363799e2a4e86b2 /debian/rules.defs | |
parent | e33f94296849598669b51f9c1bf916828d338946 (diff) | |
download | gcc-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.defs | 10 |
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) |