summaryrefslogtreecommitdiff
path: root/packages/mozilla
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-08-27 15:37:19 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-08-27 15:37:19 +0000
commita11270972338aa07727da3a8624adf0ec4289816 (patch)
tree3a2aa4cc3f5b3f8efb969fe3111ebda5919cc266 /packages/mozilla
parent7a527a494ce316a373361024b9e86a779e4a49e8 (diff)
parentf05854e89327463f009e47cad7ed61bd228fb7e9 (diff)
merge of '4dc83fb2fe7f6a2d1912363f0f5d575ef277a6b7'
and '6db51d8148c7ab6620fa15c71ccbfc4ec1db4fc0'
Diffstat (limited to 'packages/mozilla')
-rw-r--r--packages/mozilla/files/powerpc/jsautocfg.h2
-rw-r--r--packages/mozilla/firefox-3.0.1/mozconfig2
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/mozilla/files/powerpc/jsautocfg.h b/packages/mozilla/files/powerpc/jsautocfg.h
index 93d03744f2..408a5e4ac4 100644
--- a/packages/mozilla/files/powerpc/jsautocfg.h
+++ b/packages/mozilla/files/powerpc/jsautocfg.h
@@ -49,4 +49,6 @@
#define JS_STACK_GROWTH_DIRECTION (-1)
+#define JS_HAVE_LONG_LONG
+
#endif /* js_cpucfg___ */
diff --git a/packages/mozilla/firefox-3.0.1/mozconfig b/packages/mozilla/firefox-3.0.1/mozconfig
index 8032ea3a3b..cd097165ab 100644
--- a/packages/mozilla/firefox-3.0.1/mozconfig
+++ b/packages/mozilla/firefox-3.0.1/mozconfig
@@ -54,7 +54,7 @@ ac_add_options --enable-image-decoders=png,gif,jpeg
# enable static build
#ac_add_options --disable-shared
#ac_add_options --enable-static
-ac_add_options --enable-optimize=-O1
+ac_add_options --enable-optimize=-O2
# Use cairo from system
ac_add_options --enable-system-cairo