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