[oe-commits] org.oe.dev firefox: fix ARM jsautocfg.h

koen commit oe at amethyst.openembedded.net
Mon Sep 1 17:54:33 UTC 2008


firefox: fix ARM jsautocfg.h

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: fb56b6d006fcfec1ea1718cb50fdb5cfcb5832ce
ViewMTN: http://monotone.openembedded.org/revision/info/fb56b6d006fcfec1ea1718cb50fdb5cfcb5832ce
Files:
1
packages/mozilla/files/arm/jsautocfg.h
packages/mozilla/firefox_3.0.1.bb
Diffs:

#
# mt diff -rd0cc7aa0d6bb71a70e1ec50e344f3c12e73ec563 -rfb56b6d006fcfec1ea1718cb50fdb5cfcb5832ce
#
#
#
# patch "packages/mozilla/files/arm/jsautocfg.h"
#  from [0b4d3eb4b5ac8e0a78bbc28e13e60ba1866d5545]
#    to [78154429792d9ed445d61bd54c720bfdec5e355e]
# 
# patch "packages/mozilla/firefox_3.0.1.bb"
#  from [3cc3084dbdb8556bcde37d7a6be2f522197a3431]
#    to [22b0e6a3607ce7e064f1ba4f8113b4b42c0f2514]
#
============================================================
--- packages/mozilla/files/arm/jsautocfg.h	0b4d3eb4b5ac8e0a78bbc28e13e60ba1866d5545
+++ packages/mozilla/files/arm/jsautocfg.h	78154429792d9ed445d61bd54c720bfdec5e355e
@@ -1,7 +1,7 @@
 #ifndef js_cpucfg___
 #define js_cpucfg___
 
-/* AUTOMATICALLY GENERATED - DO NOT EDIT */
+/* AUTOMATICALLY GENERATED - DO NOT EDIT, unless you are an OE dev :) */
 
 #define IS_LITTLE_ENDIAN 1
 #undef  IS_BIG_ENDIAN
@@ -49,4 +49,6 @@
 
 #define JS_STACK_GROWTH_DIRECTION (-1)
 
+#define JS_HAVE_LONG_LONG
+
 #endif /* js_cpucfg___ */
============================================================
--- packages/mozilla/firefox_3.0.1.bb	3cc3084dbdb8556bcde37d7a6be2f522197a3431
+++ packages/mozilla/firefox_3.0.1.bb	22b0e6a3607ce7e064f1ba4f8113b4b42c0f2514
@@ -11,8 +11,8 @@ SRC_URI = "http://ftp.mozilla.org/pub/mo
 	file://random_to_urandom.diff;patch=1 \
 	file://jemalloc-tls.patch;patch=1 \
 	http://ftp.debian.org/debian/pool/main/i/iceweasel/iceweasel_3.0~rc2-2.diff.gz;patch=1 \	
-        file://0001-Remove-Werror-from-build.patch;patch=1 \
-        file://0002-Fix-security-cross-compile-cpu-detection-error.patch;patch=1 \
+	file://0001-Remove-Werror-from-build.patch;patch=1 \
+	file://0002-Fix-security-cross-compile-cpu-detection-error.patch;patch=1 \
 "
 
 S = "${WORKDIR}/mozilla"






More information about the Openembedded-commits mailing list