diff options
author | Lukas Larsson <[email protected]> | 2012-08-24 12:02:58 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-08-24 12:02:58 +0200 |
commit | 0342137176c653c51cc3a78781888cfca8568650 (patch) | |
tree | b3f2b462589a7d574a80e4557a8a05a222184a3e /erts/configure.in | |
parent | dd12380a68f4692c1aba2e972b84de89f3df46df (diff) | |
parent | 85283dc19ceea2905ff39aa0615d1a99d7aea16c (diff) | |
download | otp-0342137176c653c51cc3a78781888cfca8568650.tar.gz otp-0342137176c653c51cc3a78781888cfca8568650.tar.bz2 otp-0342137176c653c51cc3a78781888cfca8568650.zip |
Merge branch 'msp/double_middle_endian/OTP-10209' into maint
* msp/double_middle_endian/OTP-10209:
Configure now assumed normal doubles
Revise the autoconf tests for double middle endianness.
Add test for floating-point output to float_SUITE.
Unbreak floating point on middle-endian machines.
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/configure.in b/erts/configure.in index b3289bf84c..e576bd7755 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -1730,6 +1730,7 @@ case X$erl_xcomp_bigendian in esac AC_C_BIGENDIAN +AC_C_DOUBLE_MIDDLE_ENDIAN dnl fdatasync syscall (Unix only) AC_CHECK_FUNCS([fdatasync]) |