Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[openembedded.git] / recipes / mozilla / firefox-2.0.0.3 / jsdtoa-float-type.patch
1 Index: mozilla/js/src/jsdtoa.c
2 ===================================================================
3 --- mozilla.orig/js/src/jsdtoa.c
4 +++ mozilla/js/src/jsdtoa.c
5 @@ -175,7 +175,7 @@
6   * #define NO_IEEE_Scale to disable new (Feb. 1997) logic in strtod that
7   *  avoids underflows on inputs whose result does not underflow.
8   */
9 -#ifdef IS_LITTLE_ENDIAN
10 +#if defined(IS_LITTLE_ENDIAN) && (!defined(__arm__) || defined(__VFP_FP__))
11  #define IEEE_8087
12  #else
13  #define IEEE_MC68k