From 327c072661840f671fc0041bc5e88bc69691d5aa Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Thu, 17 Nov 2011 14:13:42 +0100 Subject: otp_build: Disable FPE by default on Linux FPE = floating point exceptions --- otp_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otp_build') diff --git a/otp_build b/otp_build index 44bbab22b5..ac5f523303 100755 --- a/otp_build +++ b/otp_build @@ -174,9 +174,9 @@ set_config_flags () # the cross configuration have been moved here). if target_contains linux; then - XX=`echo $* | grep -v able-hipe` + XX=`echo $* | grep -v able-fp-exceptions` if [ "$*" = "$XX" ]; then - CONFIG_FLAGS="$CONFIG_FLAGS --disable-hipe" + CONFIG_FLAGS="$CONFIG_FLAGS --disable-fp-exceptions" fi fi if target_contains "univel-sysv4"; then -- cgit v1.2.3