/hg/release/icedtea7-forest-2.5/hotspot: PR1988: C++ Interpreter...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Sep 19 19:12:57 UTC 2014
changeset 9f719e4c80af in /hg/release/icedtea7-forest-2.5/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.5/hotspot?cmd=changeset;node=9f719e4c80af
author: andrew
date: Mon Sep 08 17:44:42 2014 +0100
PR1988: C++ Interpreter should no longer be used on ppc64
diffstat:
make/defs.make | 4 ----
make/linux/platform_ppc64 | 2 +-
2 files changed, 1 insertions(+), 5 deletions(-)
diffs (23 lines):
diff -r 51c1c024f887 -r 9f719e4c80af make/defs.make
--- a/make/defs.make Fri Aug 29 21:08:29 2014 +0100
+++ b/make/defs.make Mon Sep 08 17:44:42 2014 +0100
@@ -307,10 +307,6 @@
LP64_ARCH = sparcv9 amd64 ia64 ppc64 zero
endif
-ifeq ($(ARCH), ppc64)
- CC_INTERP=true
-endif
-
# Required make macro settings for all platforms
MAKE_ARGS += JAVA_HOME=$(ABS_BOOTDIR)
MAKE_ARGS += OUTPUTDIR=$(ABS_OUTPUTDIR)
diff -r 51c1c024f887 -r 9f719e4c80af make/linux/platform_ppc64
--- a/make/linux/platform_ppc64 Fri Aug 29 21:08:29 2014 +0100
+++ b/make/linux/platform_ppc64 Mon Sep 08 17:44:42 2014 +0100
@@ -14,4 +14,4 @@
gnu_dis_arch = ppc64
-sysdefs = -DLINUX -D_GNU_SOURCE -DPPC64 -DCC_INTERP
+sysdefs = -DLINUX -D_GNU_SOURCE -DPPC64
More information about the distro-pkg-dev
mailing list