9944b0d1c5
been tested good enough, and i've fixed all the issues i'm aware of. furthermore 2.0 branch has basically reached eol, since there will be only one minor update (2.0.0.19) discussed with kurt@, naddy@ and porters pkgname change handling help naddy@ ok naddy@
13 lines
476 B
Plaintext
13 lines
476 B
Plaintext
$OpenBSD: patch-js_src_jsnum_h,v 1.3 2008/11/20 23:41:32 martynas Exp $
|
|
--- js/src/jsnum.h.orig Mon Mar 10 20:27:44 2008
|
|
+++ js/src/jsnum.h Mon Jul 14 01:25:38 2008
|
|
@@ -56,7 +56,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
|