From aa3f7c30b04e85dd3f4478215be589339d8374f0 Mon Sep 17 00:00:00 2001 From: jprovino Date: Wed, 8 Aug 2012 15:43:51 -0400 Subject: [PATCH] 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 --- make/pic.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/pic.make b/make/pic.make index 79b2ea2f0..0e61ad931 100644 --- a/make/pic.make +++ b/make/pic.make @@ -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 -- GitLab