summaryrefslogtreecommitdiff
path: root/xcomp
diff options
context:
space:
mode:
Diffstat (limited to 'xcomp')
-rw-r--r--xcomp/erl-xcomp-arm-android.conf2
-rw-r--r--xcomp/erl-xcomp-arm-linux.conf2
-rw-r--r--xcomp/erl-xcomp-arm64-android.conf2
-rw-r--r--xcomp/erl-xcomp-avr32-atmel-linux-gnu.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/xcomp/erl-xcomp-arm-android.conf b/xcomp/erl-xcomp-arm-android.conf
index 6d25d48f0a..307a834d8c 100644
--- a/xcomp/erl-xcomp-arm-android.conf
+++ b/xcomp/erl-xcomp-arm-android.conf
@@ -61,7 +61,7 @@ erl_xcomp_host=arm-linux-androideabi
# * `erl_xcomp_configure_flags' - Extra configure flags to pass to the
# `configure' script.
# Set --enable-builtin-zlib to avoid a inflateGetDictionary missing symbol
-erl_xcomp_configure_flags="--disable-hipe --without-termcap --without-wx \
+erl_xcomp_configure_flags="--without-termcap --without-wx \
--enable-builtin-zlib"
diff --git a/xcomp/erl-xcomp-arm-linux.conf b/xcomp/erl-xcomp-arm-linux.conf
index e09e1b1d90..9296704f96 100644
--- a/xcomp/erl-xcomp-arm-linux.conf
+++ b/xcomp/erl-xcomp-arm-linux.conf
@@ -60,7 +60,7 @@ erl_xcomp_host=arm-wrs-linux-gnueabi
# * `erl_xcomp_configure_flags' - Extra configure flags to pass to the
# `configure' script.
-erl_xcomp_configure_flags="--disable-hipe"
+erl_xcomp_configure_flags=""
## -- Cross Compiler and Other Tools -------------------------------------------
diff --git a/xcomp/erl-xcomp-arm64-android.conf b/xcomp/erl-xcomp-arm64-android.conf
index e423651fed..41792dd226 100644
--- a/xcomp/erl-xcomp-arm64-android.conf
+++ b/xcomp/erl-xcomp-arm64-android.conf
@@ -61,7 +61,7 @@ erl_xcomp_host=aarch64-linux-android
# * `erl_xcomp_configure_flags' - Extra configure flags to pass to the
# `configure' script.
# Set --enable-builtin-zlib to avoid a inflateGetDictionary missing symbol
-erl_xcomp_configure_flags="--disable-hipe --without-termcap --without-wx \
+erl_xcomp_configure_flags="--without-termcap --without-wx \
--enable-builtin-zlib"
diff --git a/xcomp/erl-xcomp-avr32-atmel-linux-gnu.conf b/xcomp/erl-xcomp-avr32-atmel-linux-gnu.conf
index 03c28091ed..d12efa41c3 100644
--- a/xcomp/erl-xcomp-avr32-atmel-linux-gnu.conf
+++ b/xcomp/erl-xcomp-avr32-atmel-linux-gnu.conf
@@ -60,7 +60,7 @@ erl_xcomp_host=avr32-atmel-linux-gnu
# * `erl_xcomp_configure_flags' - Extra configure flags to pass to the
# `configure' script.
-erl_xcomp_configure_flags="--disable-hipe --disable-threads --disable-smp"
+erl_xcomp_configure_flags="--disable-threads --disable-smp"
## -- Cross Compiler and Other Tools -------------------------------------------