diff options
Diffstat (limited to 'lib_nios2/Makefile')
-rw-r--r-- | lib_nios2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_nios2/Makefile b/lib_nios2/Makefile index 1c2ac72d6ac..1ff2f29bcb4 100644 --- a/lib_nios2/Makefile +++ b/lib_nios2/Makefile @@ -33,7 +33,7 @@ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |