make/linux/makefiles/defs.make

changeset 8200
bd33e3fce750
parent 8198
6fb4d6e02e92
child 8604
04d83ba48607
child 9357
0ef29304c2b4
equal deleted inserted replaced
8199:5d96c022391c 8200:bd33e3fce750
97 endif 97 endif
98 HS_ARCH = x86 98 HS_ARCH = x86
99 endif 99 endif
100 100
101 # PPC 101 # PPC
102 ifneq (,$(findstring $(ARCH), ppc)) 102 # Notice: after 8046471 ARCH will be 'ppc' for top-level ppc64 builds but
103 # 'ppc64' for HotSpot-only ppc64 builds. Need to detect both variants here!
104 ifneq (,$(findstring $(ARCH), ppc ppc64))
103 ifeq ($(ARCH_DATA_MODEL), 64) 105 ifeq ($(ARCH_DATA_MODEL), 64)
104 MAKE_ARGS += LP64=1 106 MAKE_ARGS += LP64=1
105 PLATFORM = linux-ppc64 107 PLATFORM = linux-ppc64
106 VM_PLATFORM = linux_ppc64 108 VM_PLATFORM = linux_ppc64
107 else 109 else

mercurial