/hg/icedtea7: Turn ARM32 JIT on by default.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Mar 21 17:52:33 UTC 2014
changeset f4920229fa73 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=f4920229fa73
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Mar 21 17:50:28 2014 +0000
Turn ARM32 JIT on by default.
2014-03-21 Andrew John Hughes <gnu.andrew at member.fsf.org>
* acinclude.m4:
(IT_ENABLE_ARM32JIT): Turn JIT on by default.
diffstat:
ChangeLog | 7 ++++++-
acinclude.m4 | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r b1043cc0cd82 -r f4920229fa73 ChangeLog
--- a/ChangeLog Sat Mar 08 18:06:34 2014 +0000
+++ b/ChangeLog Fri Mar 21 17:50:28 2014 +0000
@@ -1,4 +1,9 @@
-2014-03-07 Andrew John Hughes <gnu.andrew at member.fsf.org>
+2014-03-21 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * acinclude.m4:
+ (IT_ENABLE_ARM32JIT): Turn JIT on by default.
+
+2014-03-08 Andrew John Hughes <gnu.andrew at member.fsf.org>
* acinclude:
(IT_CHECK_FOR_PCSC): Default to off.
diff -r b1043cc0cd82 -r f4920229fa73 acinclude.m4
--- a/acinclude.m4 Sat Mar 08 18:06:34 2014 +0000
+++ b/acinclude.m4 Fri Mar 21 17:50:28 2014 +0000
@@ -2669,7 +2669,7 @@
esac
],
[
- enable_arm32jit=no
+ enable_arm32jit=yes
])
AC_MSG_RESULT([$enable_arm32jit])
AM_CONDITIONAL([ENABLE_ARM32JIT], test x"${enable_arm32jit}" = "xyes")
More information about the distro-pkg-dev
mailing list