7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC

Add "arm" to the list of processors that need -fPIC

Reviewed-by: vladidan, dholmes
This commit is contained in:
Joseph Provino 2012-08-08 15:43:51 -04:00
parent dafee02d32
commit b6622dce73

View File

@ -32,7 +32,7 @@ ifneq ($(OSNAME), windows)
ifndef LP64
PARTIAL_NONPIC=1
endif
PIC_ARCH = ppc
PIC_ARCH = ppc arm
ifneq ("$(filter $(PIC_ARCH),$(BUILDARCH))","")
PARTIAL_NONPIC=0
endif