changeset 2900:ae65c7a53ada

PR3212: Disable ARM32 JIT by default 2016-11-08 Andrew John Hughes <gnu.andrew@member.fsf.org> PR3212: Disable ARM32 JIT by default * NEWS: Updated. * acinclude.m4: (IT_ENABLE_ARM32JIT): Set default to no.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Tue, 08 Nov 2016 19:54:30 +0000
parents 8366c521e84f
children bb5cee047e34
files ChangeLog NEWS acinclude.m4
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 04 03:44:17 2016 +0000
+++ b/ChangeLog	Tue Nov 08 19:54:30 2016 +0000
@@ -1,3 +1,10 @@
+2016-11-08  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR3212: Disable ARM32 JIT by default
+	* NEWS: Updated.
+	* acinclude.m4:
+	(IT_ENABLE_ARM32JIT): Set default to no.
+
 2016-11-03  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR3202: Update infinality configure test
--- a/NEWS	Fri Nov 04 03:44:17 2016 +0000
+++ b/NEWS	Tue Nov 08 19:54:30 2016 +0000
@@ -60,6 +60,7 @@
   - PR3162: Remove reference to AbstractPlainDatagramSocketImpl.c, removed in 8072466
   - PR3166: invalid zip timestamp handling leads to error building bootstrap-javac
   - PR3202: Update infinality configure test
+  - PR3212: Disable ARM32 JIT by default
 * AArch64 port
   - S8167200: AArch64: Broken stack pointer adjustment in interpreter
   - PR3211: AArch64 build fails with pre-compiled headers disabled
--- a/acinclude.m4	Fri Nov 04 03:44:17 2016 +0000
+++ b/acinclude.m4	Tue Nov 08 19:54:30 2016 +0000
@@ -2728,7 +2728,7 @@
     esac
   ],
   [
-    enable_arm32jit=yes
+    enable_arm32jit=no
   ])
   AC_MSG_RESULT([$enable_arm32jit])
   AM_CONDITIONAL([ENABLE_ARM32JIT], test x"${enable_arm32jit}" = "xyes")