diff options
author | Kostis Sagonas <[email protected]> | 2011-02-10 03:13:37 +0200 |
---|---|---|
committer | Niclas Axelsson <[email protected]> | 2011-02-14 17:27:50 +0100 |
commit | 577a6282d6b090c0727038df0bc163b3baa02534 (patch) | |
tree | 03334833313071dd55a75b347b8271ad1f703623 /erts | |
parent | 6f40a8665675377a4413b97745711e9ab09a83c5 (diff) | |
download | otp-577a6282d6b090c0727038df0bc163b3baa02534.tar.gz otp-577a6282d6b090c0727038df0bc163b3baa02534.tar.bz2 otp-577a6282d6b090c0727038df0bc163b3baa02534.zip |
Enable HiPE by default when compiling for PPC64
Diffstat (limited to 'erts')
-rw-r--r-- | erts/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/configure.in b/erts/configure.in index 627f734409..27bc60e4c7 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*- dnl %CopyrightBegin% dnl -dnl Copyright Ericsson AB 1997-2010. All Rights Reserved. +dnl Copyright Ericsson AB 1997-2011. All Rights Reserved. dnl dnl The contents of this file are subject to the Erlang Public License, dnl Version 1.1, (the "License"); you may not use this file except in @@ -2401,7 +2401,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|x86-darwin*|amd64-darwin*|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|ppc64-linux|ppc-darwin|arm-linux|amd64-freebsd|x86-freebsd|x86-sol2|amd64-sol2|ultrasparc-linux) enable_hipe=yes ;; esac |