summaryrefslogtreecommitdiff
path: root/sdk/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-12-16 18:43:04 +0000
committerVincent Sanders <vince@kyllikki.org>2012-12-16 18:43:04 +0000
commit98a58196790874965d57a329a9c10c20e9ffa4f6 (patch)
tree57e654f9d25d0fdf25ed150c135058c05780a666 /sdk/Makefile
parentaa56613581ef3afe172022871a561c0e4b032918 (diff)
downloadtoolchains-98a58196790874965d57a329a9c10c20e9ffa4f6.tar.gz
toolchains-98a58196790874965d57a329a9c10c20e9ffa4f6.tar.bz2
switch spidermonkey to 1.7.0 build
Diffstat (limited to 'sdk/Makefile')
-rw-r--r--sdk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 0113144..e0b56bc 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -43,7 +43,8 @@ VERSION_WINDOM := 2.0.1
VERSION_HERMES := 1.3.3
VERSION_FREETYPE := 2.4.10
VERSION_NSPR := 4.9.3
-VERSION_SPIDERMONKEY := 1.8.5
+#VERSION_SPIDERMONKEY := 1.8.5
+VERSION_SPIDERMONKEY := 1.7.0
# Path
path__ := $(GCCSDK_INSTALL_CROSSBIN):$(PATH)