17b63192b8
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64. Not yet linked to the build.
13 lines
474 B
Plaintext
13 lines
474 B
Plaintext
$OpenBSD: patch-js_src_jsnum_h,v 1.3 2011/03/26 10:58:36 landry Exp $
|
|
--- js/src/jsnum.h.orig Wed Jan 6 05:35:17 2010
|
|
+++ js/src/jsnum.h Sun Jan 10 17:47:27 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
|