diff options
| author | Koen Kooi <koen@openembedded.org> | 2007-05-09 11:30:29 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2007-05-09 11:30:29 +0000 |
| commit | da34aadce5bf8dd247dd70a43a7845d4a722f4f7 (patch) | |
| tree | 1692a06aeb733d660f40d0c23befef2edda8e57b /packages/mozilla/eabi-fix3.patch | |
| parent | 655739246110f752bf30833442e4d9863036f2ed (diff) | |
mozilla: add EABI patches from poky (not applied yet, just for reference)
Diffstat (limited to 'packages/mozilla/eabi-fix3.patch')
| -rw-r--r-- | packages/mozilla/eabi-fix3.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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 <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 + |
