aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorGeoff Cant <[email protected]>2010-01-12 22:22:13 +1300
committerBjörn Gustavsson <[email protected]>2010-02-06 09:50:30 +0100
commit8421cad3c5d31ca08c26cf157a652e2cfedd415d (patch)
tree6663e985f8f8abc20e4545c56dde2655e3379aad /erts
parentc6bf34b7035a6292650babf2eb8af80c19256fab (diff)
downloadotp-8421cad3c5d31ca08c26cf157a652e2cfedd415d.tar.gz
otp-8421cad3c5d31ca08c26cf157a652e2cfedd415d.tar.bz2
otp-8421cad3c5d31ca08c26cf157a652e2cfedd415d.zip
Allow configure to enable_hipe for darwin/amd64 builds
Diffstat (limited to 'erts')
-rw-r--r--erts/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index 1892a7a1f4..1928000ef5 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -316,7 +316,6 @@ if test X${enable_darwin_64bit} = Xyes; then
esac
fi
if test X${enable_darwin_64bit} = Xyes -o X${enable_m64_build} = Xyes; then
- enable_hipe=no
case $CFLAGS in
*-m64*)
;;