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