summaryrefslogtreecommitdiff
path: root/debian/rules.defs
diff options
context:
space:
mode:
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)