diff options
author | Geoff Cant <[email protected]> | 2010-01-12 22:24:36 +1300 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-06 09:50:33 +0100 |
commit | 022fa2dd03a1e632c401e7c08aab8a184717847b (patch) | |
tree | 8fb107aecfec6d38af7a8efc0d1008d7a305e10d | |
parent | 8421cad3c5d31ca08c26cf157a652e2cfedd415d (diff) | |
download | otp-022fa2dd03a1e632c401e7c08aab8a184717847b.tar.gz otp-022fa2dd03a1e632c401e7c08aab8a184717847b.tar.bz2 otp-022fa2dd03a1e632c401e7c08aab8a184717847b.zip |
Automatically enable hipe for darwin/amd64 builds
-rw-r--r-- | erts/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in index 1928000ef5..a9df8980c1 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -2142,7 +2142,7 @@ if test "$cross_compiling" != "yes" && test X${enable_hipe} != Xno; then AC_MSG_NOTICE([HiPE disabled as no valid m4 is found in PATH]) else case "$ARCH-$OPSYS" in - x86-linux|amd64-linux|ppc-linux|ppc-darwin|arm-linux|amd64-freebsd|x86-freebsd|x86-sol2|amd64-sol2|ultrasparc-linux) + x86-linux|amd64-linux|x86-darwin*|amd64-darwin*|ppc-linux|ppc-darwin|arm-linux|amd64-freebsd|x86-freebsd|x86-sol2|amd64-sol2|ultrasparc-linux) enable_hipe=yes ;; esac |