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