summaryrefslogtreecommitdiffstats
path: root/cpu/pxa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/pxa/Makefile')
-rw-r--r--cpu/pxa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/Makefile b/cpu/pxa/Makefile
index a6f6b599ae..cded7ffd35 100644
--- a/cpu/pxa/Makefile
+++ b/cpu/pxa/Makefile
@@ -35,7 +35,7 @@ START := $(addprefix $(obj),$(START))
all: $(obj).depend $(START) $(LIB)
$(LIB): $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
#########################################################################
OpenPOWER on IntegriCloud