/hg/release/icedtea6-1.10: JamVM: Fix configure --enable-jamvm f...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Sun Feb 27 15:20:28 PST 2011


changeset d09de0dcaf8b in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=d09de0dcaf8b
author: Xerxes R?nby <xerxes at zafena.se>
date: Mon Feb 28 00:19:18 2011 +0100

	JamVM: Fix configure --enable-jamvm full bootstrap build.

	2011-02-27 Xerxes Ranby <xerxes at zafena.se>

	 JamVM: Fix configure --enable-jamvm full bootstrap build.
		* NEWS: Updated.
		* Makefile.am: (JAMVM_VERSION): Updated to latest JamVM
	revision. (JAMVM_SHA256SUM): Updated.


diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog   |    5 +++++
Makefile.am |    1 -

diffs (40 lines):

diff -r 7ae32a60dcca -r d09de0dcaf8b ChangeLog
--- a/ChangeLog	Fri Feb 25 21:21:36 2011 +0000
+++ b/ChangeLog	Mon Feb 28 00:19:18 2011 +0100
@@ -1,3 +1,11 @@ 2011-02-25  DJ Lucas  <dj at linuxfromscrat
+2011-02-27  Xerxes Ranby  <xerxes at 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-25  DJ Lucas  <dj at linuxfromscratch.org>
 
 	* Makefile.am:
diff -r 7ae32a60dcca -r d09de0dcaf8b Makefile.am
--- a/Makefile.am	Fri Feb 25 21:21:36 2011 +0000
+++ b/Makefile.am	Mon Feb 28 00:19:18 2011 +0100
@@ -11,8 +11,8 @@ CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VE
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
 
-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
diff -r 7ae32a60dcca -r d09de0dcaf8b NEWS
--- a/NEWS	Fri Feb 25 21:21:36 2011 +0000
+++ b/NEWS	Mon Feb 28 00:19:18 2011 +0100
@@ -16,6 +16,7 @@ New in release 1.10 (2011-XX-XX):
 * The option --with-openjdk becomes --with-jdk-home and --disable-bootstrap
 * Support for building with HotSpot 20 from its stable tree
 * Added out-of-the-box JamVM support using --enable-jamvm
+  JamVM builds can bootstrap and are self-hosting.
 * 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



More information about the distro-pkg-dev mailing list