summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gcc.make')
-rw-r--r--rules/cross-gcc.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index 3df1a8a..f4dc127 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -96,7 +96,7 @@ CROSS_GCC_AUTOCONF_COMMON := \
$(call ptx/ifdef,PTXCONF_HOST_MPFR,--with-mpfr) \
$(call ptx/ifdef,PTXCONF_HOST_MPC,--with-mpc) \
$(call ptx/ifdef,PTXCONF_HOST_CLOOG,--with-cloog) \
- $(call ptx/ifdef,PTXCONF_HOST_CLOOG,--with-isl)
+ $(call ptx/ifdef,PTXCONF_HOST_ISL,--with-isl)
# --enable-tls enable or disable generation of tls code
# overriding the assembler check for tls support