From da34aadce5bf8dd247dd70a43a7845d4a722f4f7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 9 May 2007 11:30:29 +0000 Subject: mozilla: add EABI patches from poky (not applied yet, just for reference) --- packages/mozilla/eabi-fix3.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/mozilla/eabi-fix3.patch (limited to 'packages/mozilla/eabi-fix3.patch') diff --git a/packages/mozilla/eabi-fix3.patch b/packages/mozilla/eabi-fix3.patch new file mode 100644 index 0000000000..8bf8c2f4da --- /dev/null +++ b/packages/mozilla/eabi-fix3.patch @@ -0,0 +1,15 @@ +From: Marcin Juszkiewicz + +Index: mozilla/extensions/transformiix/source/base/Double.cpp +=================================================================== +--- mozilla.orig/extensions/transformiix/source/base/Double.cpp 2007-05-09 11:21:34.000000000 +0200 ++++ mozilla/extensions/transformiix/source/base/Double.cpp 2007-05-09 11:23:59.000000000 +0200 +@@ -71,7 +71,7 @@ + * are stored in big endian`s way. + */ + +-#if defined(__arm) || defined(__arm32__) || defined(_arm26__) || defined(__arm__) ++#if !defined(__ARM_EABI__) && defined(__arm) || defined(__arm32__) || defined(_arm26__) || defined(__arm__) + #define CPU_IS_ARM + #endif + -- cgit v1.2.3