aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-04-19 15:16:06 +0200
committerGitHub <[email protected]>2017-04-19 15:16:06 +0200
commit72e0725c30960541e1209a45f6a9e56fecc3be95 (patch)
tree340d086b2fb723dc950e43a1c1a3bf4f72364097
parent37c64a77ce26fd242d6640187bafb6e2ec78b63b (diff)
parent23739fdd7453fc0177de1564d1c510796cd42cbc (diff)
downloadotp-72e0725c30960541e1209a45f6a9e56fecc3be95.tar.gz
otp-72e0725c30960541e1209a45f6a9e56fecc3be95.tar.bz2
otp-72e0725c30960541e1209a45f6a9e56fecc3be95.zip
Merge pull request #1409 from margnus1/hipe-m32-build2
HiPE: Fix --enable-native-libs --enable-m32-build
-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"