aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-02-26 16:10:50 +0100
committerBjörn Gustavsson <[email protected]>2014-02-26 16:10:50 +0100
commit82c3ac6b2b9eeee813e3353e25efc2ff770c8004 (patch)
treef41e6e568e9f7c2a1b1b700c55cef7f8a2c80f55 /erts
parent7d4bb870a8400599166407202d584ad4ea2b741d (diff)
parentf3646fe69c2b36ba51e3fd8d345856df5145362a (diff)
downloadotp-82c3ac6b2b9eeee813e3353e25efc2ff770c8004.tar.gz
otp-82c3ac6b2b9eeee813e3353e25efc2ff770c8004.tar.bz2
otp-82c3ac6b2b9eeee813e3353e25efc2ff770c8004.zip
Merge branch 'bjorn/erts/fp-exceptions-on-osx'
* bjorn/erts/fp-exceptions-on-osx: Disable accidentally enabled floating point exceptions on MacOS X
Diffstat (limited to 'erts')
-rw-r--r--erts/configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/configure.in b/erts/configure.in
index 408c00c9e9..074882532f 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -2829,8 +2829,6 @@ if test X${enable_fp_exceptions} = Xauto ; then
*linux*)
enable_fp_exceptions=no
AC_MSG_NOTICE([Floating point exceptions disabled by default on Linux]) ;;
- *)
- ;;
darwin*)
enable_fp_exceptions=no
AC_MSG_NOTICE([Floating point exceptions disabled by default on MacOS X]) ;;