diff options
Diffstat (limited to 'cpu/pxa/Makefile')
-rw-r--r-- | cpu/pxa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/Makefile b/cpu/pxa/Makefile index a6f6b599aee..cded7ffd35d 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) ######################################################################### |