changeset 6640:e2cc1fe53845

Merge
author amurillo
date Fri, 17 Aug 2012 16:47:04 -0700
parents d5ec46c7da5c (current diff) 892ec0920ccd (diff)
children a9fed06c01d2
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/pic.make	Wed Aug 15 16:49:38 2012 -0700
+++ b/make/pic.make	Fri Aug 17 16:47:04 2012 -0700
@@ -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