aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mozilla/eabi-fix3.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-09 11:53:39 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-09 11:53:39 +0000
commit9b390a0b2e0a84bfc53c8ea174d36402c9971599 (patch)
treeac1c0f2e2147a1bd01306af324946fc92f66d5f8 /packages/mozilla/eabi-fix3.patch
parentfb58ce1bf24695e5dcf93e1166cbda0caf0c432e (diff)
downloadopenembedded-9b390a0b2e0a84bfc53c8ea174d36402c9971599.tar.gz
mozilla: remove patches for the topdir
Diffstat (limited to 'packages/mozilla/eabi-fix3.patch')
-rw-r--r--packages/mozilla/eabi-fix3.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/mozilla/eabi-fix3.patch b/packages/mozilla/eabi-fix3.patch
deleted file mode 100644
index 8bf8c2f4da..0000000000
--- a/packages/mozilla/eabi-fix3.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Marcin Juszkiewicz <openembedded@hrw.one.pl>
-
-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
-