diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-27 19:51:36 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-27 19:51:36 +0000 |
commit | 02f6a67bf94f3d6fb27cb8bc3819d1df82007e48 (patch) | |
tree | 957a68d459040565e30e43f3859d73c6fe563250 /debian/rules.conf | |
parent | 37f4a936ab25c869e5e97dae36b770e42318fa0a (diff) | |
download | gcc-5-02f6a67bf94f3d6fb27cb8bc3819d1df82007e48.tar.gz |
* Replace cloog/ppl build bits with isl build bits.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7923 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.conf')
-rw-r--r-- | debian/rules.conf | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/rules.conf b/debian/rules.conf index 66d581a..f215f77 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -373,10 +373,7 @@ else MPFR_BUILD_DEP = libmpfr-dev (>= 3.0.0-9~), endif -PPL_BUILD_DEP = libisl-dev, -CLOOG_BUILD_DEP = libcloog-isl-dev (>= 0.18), -# FIXME: currently not dl'opened. -#CLOOG_RUNTIME_DEP = libisl10, libcloog-isl4 +ISL_BUILD_DEP = libisl-dev, ifneq (,$(filter $(distrelease),lenny etch squeeze wheezy dapper hardy jaunty karmic lucid maverick natty oneiric precise quantal raring)) MPC_BUILD_DEP = libmpc-dev, @@ -612,7 +609,7 @@ ctrl_flags += \ -DCHECK_BUILD_DEP="$(CHECK_BUILD_DEP)" \ -DAUTO_BUILD_DEP="$(AUTO_BUILD_DEP)" \ -DSDT_BUILD_DEP="$(SDT_BUILD_DEP)" \ - -DCLOOG_BUILD_DEP="$(CLOOG_BUILD_DEP)" \ + -DISL_BUILD_DEP="$(ISL_BUILD_DEP)" \ -DGMP_BUILD_DEP="$(GMP_BUILD_DEP)" \ -DMPFR_BUILD_DEP="$(MPFR_BUILD_DEP)" \ -DMPC_BUILD_DEP="$(MPC_BUILD_DEP)" \ @@ -1016,7 +1013,6 @@ substvars-file: echo 'dep:libcxxbiarchdbg=$(libstdc++biarchdbg)'; \ echo 'dep:libgnat=$(LIBGNAT_DEP)'; \ echo 'dep:ecj=$(ECJ_DEP)'; \ - echo 'dep:libcloog=$(CLOOG_RUNTIME_DEP)'; \ ) > debian/substvars.local.tmp ifneq (,$(filter $(DEB_TARGET_ARCH), $(multilib_archs))) ( \ |