aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMagnus Lång <[email protected]>2017-04-15 13:06:48 +0200
committerMagnus Lång <[email protected]>2017-04-18 15:19:04 +0200
commit23739fdd7453fc0177de1564d1c510796cd42cbc (patch)
tree9227be17232007dfe797f7c27b8da8c4aa56a2c2 /configure.in
parent9e104d8cb7bf78088ed7fb06e1824a299d31c0bc (diff)
downloadotp-23739fdd7453fc0177de1564d1c510796cd42cbc.tar.gz
otp-23739fdd7453fc0177de1564d1c510796cd42cbc.tar.bz2
otp-23739fdd7453fc0177de1564d1c510796cd42cbc.zip
HiPE: Fix --enable-native-libs --enable-m32-build
This fixes a mistake in 6d8c39229 where a few "enable_hipe=no" that makes the build fail when building with both --enable-native-libs and --enable-m32-build slipped through.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e44a873805..229d77863f 100644
--- a/configure.in
+++ b/configure.in
@@ -354,14 +354,12 @@ fi
AC_SUBST(DEFAULT_VERBOSITY)
if test X${enable_m64_build} = Xyes; then
- enable_hipe=no
CFLAGS="-m64 $CFLAGS"
export CFLAGS
LDFLAGS="-m64 $LDFLAGS"
export LDFLAGS
fi
if test X${enable_m32_build} = Xyes; then
- enable_hipe=no
CFLAGS="-m32 $CFLAGS"
export CFLAGS
LDFLAGS="-m32 $LDFLAGS"