$OpenBSD: patch-mozilla_js_src_jsnum_h,v 1.3 2011/07/24 07:10:12 landry Exp $
--- mozilla/js/src/jsnum.h.orig	Fri Jan 14 23:22:08 2011
+++ mozilla/js/src/jsnum.h	Sun Feb 13 23:01:39 2011
@@ -68,7 +68,7 @@
  * the high and low words are in big endian order).
  */
 #if defined(__arm) || defined(__arm32__) || defined(__arm26__) || defined(__arm__)
-#if !defined(__VFP_FP__)
+#if !defined(__VFP_FP__) && !defined(__OpenBSD__) /* Armel ABI */
 #define FPU_IS_ARM_FPA
 #endif
 #endif
