/hg/icedtea7-forest/hotspot: PR1988: C++ Interpreter should no l...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Sep 8 16:46:24 UTC 2014


changeset 6d5ec408f4ca in /hg/icedtea7-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea7-forest/hotspot?cmd=changeset;node=6d5ec408f4ca
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 304c66cf5010 -r 6d5ec408f4ca make/defs.make
--- a/make/defs.make	Thu Aug 28 15:26:22 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 304c66cf5010 -r 6d5ec408f4ca make/linux/platform_ppc64
--- a/make/linux/platform_ppc64	Thu Aug 28 15:26:22 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