$OpenBSD: patch-configure,v 1.13 2014/01/03 20:47:01 naddy Exp $
--- configure.orig	Thu Dec 26 14:22:15 2013
+++ configure	Fri Jan  3 21:31:19 2014
@@ -14052,10 +14052,10 @@ fi
 # opt-in for IEEE754 floating point action
 # We want to make sure not to apply hacks relying on IEEE754 storage format on platforms where we did not make sure that this actually is valid.
 # It _should_ be fine for about all computers still out there, but we play safe.
-ieee=no
+ieee=yes
 case $host in
-  i?86-*|x86_64-*|powerpc*|sparc*)
-    ieee=yes
+  vax-*)
+    ieee=no
   ;;
 esac
 if test "x$ieee" = xyes; then
