summaryrefslogtreecommitdiff
path: root/debian/rules.defs
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-05-28 10:50:00 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-05-28 10:50:00 +0000
commit4d123cdcb84ada8e302e85c237f71a012e3bb418 (patch)
tree3a1ab2398813cde095e7b959096116bda5038f32 /debian/rules.defs
parent131a87daa944f679dee044141dea6f690767325d (diff)
downloadgcc-5-4d123cdcb84ada8e302e85c237f71a012e3bb418.tar.gz
- don't build libgccjit on ia64, fails to build, no machine available for checking
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8073 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.defs')
-rw-r--r--debian/rules.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.defs b/debian/rules.defs
index c95ced3..8fe6d03 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -509,7 +509,7 @@ enabled_languages := c
with_jit = yes
# FIXME: compiler bug
-jit_no_cpus := none
+jit_no_cpus := ia64
ifneq (,$(filter $(DEB_TARGET_ARCH_CPU),$(jit_no_cpus)))
with_jit := disabled for cpu $(DEB_TARGET_ARCH_CPU)