aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorMagnus Lång <[email protected]>2017-03-30 11:40:40 +0200
committerMagnus Lång <[email protected]>2017-03-30 22:38:16 +0200
commit6d8c39229231c9cdaa977dfbd8bf0b12ec97ebaa (patch)
treecab7ca53c81a3a184f0a5a1484d917cdb55ff828 /erts/configure.in
parent14e01bd006967d46453dd175f0e4758c277c09ff (diff)
downloadotp-6d8c39229231c9cdaa977dfbd8bf0b12ec97ebaa.tar.gz
otp-6d8c39229231c9cdaa977dfbd8bf0b12ec97ebaa.tar.bz2
otp-6d8c39229231c9cdaa977dfbd8bf0b12ec97ebaa.zip
Don't imply --disable-hipe in --enable-m32-build
HiPE compiles and runs perfectly well with --enable-m32-build on linux. If there are some darwin-specific issues with --enable-m32-build and --enable-hipe, a more specific test for these conditions should be added.
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index 344b466ce7..765e32fcd4 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -381,7 +381,6 @@ if test X${enable_m64_build} = Xyes; then
else
if test X${enable_m32_build} = Xyes;
then
- enable_hipe=no;
case $CFLAGS in
*-m32*)
;;