# HG changeset patch # User jprovino # Date 1344455031 14400 # Node ID 158f489050027f7a8815d4cbf1bff6fc8aee775f # Parent 2f94212bcbe3dfa6ef9ce680a03973a80679b828 7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC Summary: add "arm" to the list of processors that need -fPIC Reviewed-by: vladidan, dholmes diff -r 2f94212bcbe3 -r 158f48905002 hotspot/make/pic.make --- a/hotspot/make/pic.make Fri Jul 27 16:51:44 2012 -0700 +++ b/hotspot/make/pic.make Wed Aug 08 15:43:51 2012 -0400 @@ -32,7 +32,7 @@ ifndef LP64 PARTIAL_NONPIC=1 endif - PIC_ARCH = ppc + PIC_ARCH = ppc arm ifneq ("$(filter $(PIC_ARCH),$(BUILDARCH))","") PARTIAL_NONPIC=0 endif