$OpenBSD: patch-mozilla_js_src_jsnum_h,v 1.3 2011/07/22 05:25:27 landry Exp $
--- mozilla/js/src/jsnum.h.orig	Wed Jun 23 19:46:38 2010
+++ mozilla/js/src/jsnum.h	Wed Jul  7 08:43:19 2010
@@ -65,7 +65,7 @@ JS_BEGIN_EXTERN_C
  * 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
