changeset 2401:7fa3d3774850

JamVM: Fix configure --enable-jamvm full bootstrap build. 2011-02-27 Xerxes Ranby <xerxes@zafena.se> JamVM: Fix configure --enable-jamvm full bootstrap build. * NEWS: Updated. * Makefile.am: (JAMVM_VERSION): Updated to latest JamVM revision. (JAMVM_SHA256SUM): Updated.
author Xerxes R?nby <xerxes@zafena.se>
date Thu, 19 May 2011 23:36:26 +0100
parents e90fab517c39
children 474b01bedbd0
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 19 23:34:43 2011 +0100
+++ b/ChangeLog	Thu May 19 23:36:26 2011 +0100
@@ -1,3 +1,11 @@
+2011-02-27  Xerxes Ranby  <xerxes@zafena.se>
+
+	JamVM: Fix configure --enable-jamvm full bootstrap build.
+	* NEWS: Updated.
+	* Makefile.am: 
+	(JAMVM_VERSION): Updated to latest JamVM revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2011-02-24  Xerxes Ranby  <xerxes@zafena.se>
 
 	PR640: JamVM fails to build - Unrecognised option: -XX:ThreadStackSize.
--- a/Makefile.am	Thu May 19 23:34:43 2011 +0100
+++ b/Makefile.am	Thu May 19 23:36:26 2011 +0100
@@ -24,8 +24,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.bz2
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.bz2
 
-JAMVM_VERSION = 10329d9f3205698af125bba131b4f47339e81d90
-JAMVM_SHA256SUM = 0e87f22bc6a35c327ab343e7ca0e89512e3797aff93ee8a5539f0babfbd40f9b
+JAMVM_VERSION = 30c4a6b93ffa385833360921bfc613829fb081c9
+JAMVM_SHA256SUM = e77434a7d02d75de7fe44e9e1d7d6a3fd7ddcd5447ddd175fde2a7ccb40f8838
 JAMVM_BASE_URL = http://icedtea.classpath.org/download/drops/jamvm
 JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
 JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
--- a/NEWS	Thu May 19 23:34:43 2011 +0100
+++ b/NEWS	Thu May 19 23:36:26 2011 +0100
@@ -5,6 +5,7 @@
 * Added out-of-the-box JamVM support using --enable-jamvm
 * Allow building of JamVM beside the default VM by using --with-additional-vms=jamvm
 * Allow the location of the JamVM source zip to be specified using --with-jamvm-src-zip
+* JamVM builds can bootstrap and are self-hosting.
 * Bug fixes
   - PR616, PR99: Don't statically link libstdc++
   - PR640: JamVM fails to build - Unrecognised option: -XX:ThreadStackSize.