summaryrefslogtreecommitdiffstats
path: root/cpu/sh4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/sh4/Makefile')
-rw-r--r--cpu/sh4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh4/Makefile b/cpu/sh4/Makefile
index 1bb8bd7729..aaaaf1fb4c 100644
--- a/cpu/sh4/Makefile
+++ b/cpu/sh4/Makefile
@@ -34,7 +34,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