$OpenBSD: patch-mozilla_js_src_jsnum_h,v 1.1 2010/04/03 09:43:20 landry Exp $
--- mozilla/js/src/jsnum.h.orig	Sat Dec  5 02:56:02 2009
+++ mozilla/js/src/jsnum.h	Sat Jan 16 16:28:34 2010
@@ -57,7 +57,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
