diff make/linux/makefiles/buildtree.make @ 14402:faf0c78e906b

8019922: PPC64 (part 8): Implement Linux/PPC64 support in HotSpot makefiles Summary: HotSpot make changes to build the HotSpot on Linux/PPC64 Reviewed-by: dholmes, kvn
author simonis
date Wed, 10 Jul 2013 09:14:25 -0700
parents f2110083203d
children 8a9bb7821e28
line wrap: on
line diff
--- a/make/linux/makefiles/buildtree.make	Tue Jul 09 14:28:07 2013 +0200
+++ b/make/linux/makefiles/buildtree.make	Wed Jul 10 09:14:25 2013 -0700
@@ -193,6 +193,7 @@
 DATA_MODE/sparc = 32
 DATA_MODE/sparcv9 = 64
 DATA_MODE/amd64 = 64
+DATA_MODE/ppc64 = 64
 
 DATA_MODE = $(DATA_MODE/$(BUILDARCH))