28bb810af5
Merge patches for 1.9.2 mozilla branch from firefox 3.6.x port. While here, build lightning as a subpackage using --enable-calendar. Add @pkgpath/@conflict markers for seamless upgrades.
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
$OpenBSD: patch-mozilla_js_src_jsnum_h,v 1.2 2010/07/27 17:01:16 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
|