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