summaryrefslogtreecommitdiffstats
path: root/cpu/sh3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/sh3/Makefile')
-rw-r--r--cpu/sh3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh3/Makefile b/cpu/sh3/Makefile
index 7679248bfe..1fdeb3cf34 100644
--- a/cpu/sh3/Makefile
+++ b/cpu/sh3/Makefile
@@ -37,7 +37,7 @@ OBJS = cpu.o interrupts.o watchdog.o time.o cache.o
all: .depend $(START) $(LIB)
$(LIB): $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
#########################################################################
OpenPOWER on IntegriCloud