summaryrefslogtreecommitdiffstats
path: root/cpu/nios/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/nios/Makefile')
-rw-r--r--cpu/nios/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/nios/Makefile b/cpu/nios/Makefile
index cdab7b008f..ad1745608d 100644
--- a/cpu/nios/Makefile
+++ b/cpu/nios/Makefile
@@ -36,7 +36,7 @@ START := $(addprefix $(obj),$(START))
all: $(obj).depend $(START) $(LIB)
$(LIB): $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
#########################################################################
OpenPOWER on IntegriCloud