comparison make/pic.make @ 6638:0771839a29ab

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
author jprovino
date Wed, 08 Aug 2012 15:43:51 -0400
parents 06320b1578cb
children
comparison
equal deleted inserted replaced
6250:86a687be3f02 6638:0771839a29ab
30 30
31 ifneq ($(OSNAME), windows) 31 ifneq ($(OSNAME), windows)
32 ifndef LP64 32 ifndef LP64
33 PARTIAL_NONPIC=1 33 PARTIAL_NONPIC=1
34 endif 34 endif
35 PIC_ARCH = ppc 35 PIC_ARCH = ppc arm
36 ifneq ("$(filter $(PIC_ARCH),$(BUILDARCH))","") 36 ifneq ("$(filter $(PIC_ARCH),$(BUILDARCH))","")
37 PARTIAL_NONPIC=0 37 PARTIAL_NONPIC=0
38 endif 38 endif
39 ifeq ($(PARTIAL_NONPIC),1) 39 ifeq ($(PARTIAL_NONPIC),1)
40 NONPIC_DIRS = memory oops gc_implementation gc_interface 40 NONPIC_DIRS = memory oops gc_implementation gc_interface