diff options
Diffstat (limited to 'cpu/arm920t/Makefile')
-rw-r--r-- | cpu/arm920t/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/Makefile b/cpu/arm920t/Makefile index 199fe0c..e02bc6a 100644 --- a/cpu/arm920t/Makefile +++ b/cpu/arm920t/Makefile @@ -35,7 +35,7 @@ START := $(addprefix $(obj),$(START)) all: $(obj).depend $(START) $(LIB) $(LIB): $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |