/hg/icedtea6: JamVM: mips
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Fri Mar 11 07:51:49 PST 2011
changeset e8aa96c463f3 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=e8aa96c463f3
author: Xerxes R?nby <xerxes at zafena.se>
date: Fri Mar 11 16:33:50 2011 +0100
JamVM: mips
2011-03-11 Xerxes Ranby <xerxes at zafena.se>
JamVM: mips
* NEWS: Updated.
* Makefile.am: Add new JamVM patch. (JAMVM_VERSION): Updated
to latest JamVM revision. (JAMVM_SHA256SUM): Updated.
* patches/jamvm/mips64el.patch: New patch.
diffstat:
ChangeLog | 9 +++++++++
Makefile.am | 7 ++++---
NEWS | 1 +
patches/jamvm/mips64el.patch | 11 +++++++++++
4 files changed, 25 insertions(+), 3 deletions(-)
diffs (67 lines):
diff -r d6246ea07860 -r e8aa96c463f3 ChangeLog
--- a/ChangeLog Fri Mar 11 15:34:33 2011 +0100
+++ b/ChangeLog Fri Mar 11 16:33:50 2011 +0100
@@ -1,3 +1,12 @@
+2011-03-11 Xerxes Ranby <xerxes at zafena.se>
+
+ JamVM: mips
+ * NEWS: Updated.
+ * Makefile.am: Add new JamVM patch.
+ (JAMVM_VERSION): Updated to latest JamVM revision.
+ (JAMVM_SHA256SUM): Updated.
+ * patches/jamvm/mips64el.patch: New patch.
+
2011-03-11 Xerxes Ranby <xerxes at zafena.se>
CACAO PR157: ARM SMP Assertion thinlock failed.
diff -r d6246ea07860 -r e8aa96c463f3 Makefile.am
--- a/Makefile.am Fri Mar 11 15:34:33 2011 +0100
+++ b/Makefile.am Fri Mar 11 16:33:50 2011 +0100
@@ -11,8 +11,8 @@
CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
-JAMVM_VERSION = 30c4a6b93ffa385833360921bfc613829fb081c9
-JAMVM_SHA256SUM = e77434a7d02d75de7fe44e9e1d7d6a3fd7ddcd5447ddd175fde2a7ccb40f8838
+JAMVM_VERSION = 9acc3f22f885340bef0acabb568eaeabe4450bfb
+JAMVM_SHA256SUM = ab8bd9e37d7eea26c3ec2e5e86ac4d782327416bcef1be9deb9453e11b145e83
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
@@ -364,7 +364,8 @@
if BUILD_JAMVM
ICEDTEA_PATCHES += \
- patches/jamvm/ignore-unknown-options.patch
+ patches/jamvm/ignore-unknown-options.patch \
+ patches/jamvm/mips64el.patch
endif
if ENABLE_PULSE_JAVA
diff -r d6246ea07860 -r e8aa96c463f3 NEWS
--- a/NEWS Fri Mar 11 15:34:33 2011 +0100
+++ b/NEWS Fri Mar 11 16:33:50 2011 +0100
@@ -11,6 +11,7 @@
New in release 1.11 (2011-XX-XX):
* Use HotSpot 20 as the default virtual machine.
+* Added JamVM support for mips and mips64.
* Bug fixes
- PR637: make check should exit with an error code if any of regression test
failed. Use make check -k if you want to run all three test suites. And it
diff -r d6246ea07860 -r e8aa96c463f3 patches/jamvm/mips64el.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/jamvm/mips64el.patch Fri Mar 11 16:33:50 2011 +0100
@@ -0,0 +1,12 @@
+Index: jamvm/jamvm/configure.ac
+===================================================================
+--- jamvm.orig/jamvm/configure.ac 2011-03-09 13:13:12.781424034 +0100
++++ jamvm/jamvm/configure.ac 2011-03-09 13:13:47.752903998 +0100
+@@ -40,6 +40,7 @@
+ x86_64-*-linux*) host_os=linux ;;
+ hppa*-*-linux*) host_cpu=parisc host_os=linux ;;
+ mipsel-*-linux*) host_cpu=mips host_os=linux ;;
++mips64el-*-linux*) host_cpu=mips host_os=linux ;;
+ x86_64-*-openbsd*) host_os=bsd libdl_needed=no ;;
+ x86_64-*-freebsd*) host_os=bsd libdl_needed=no ;;
+ arm*-*-linux*) host_cpu=arm host_os=linux ;;
More information about the distro-pkg-dev
mailing list