diff --git a/make/pic.make b/make/pic.make index 79b2ea2f0935bd05a78e9cacc527cd77d1b7072f..0e61ad9312708f4222fe80a2b5a8a5ce035f8b5f 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