1 From cae4c3b80fee0f3637d70f6d33946888c8105637 Mon Sep 17 00:00:00 2001
2 From: Romain Naour <romain.naour@openwide.fr>
3 Date: Sat, 13 Dec 2014 17:16:58 +0100
4 Subject: [PATCH 1/1] blas: don't overwrite ar options
6 ar's rcv options get lost when AR is passed on
9 Signed-off-by: Romain Naour <romain.naour@openwide.fr>
11 blas/Makefile | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
14 diff --git a/blas/Makefile b/blas/Makefile
15 index 895fd24..78cec9a 100644
23 HEADERS = blas.h blasp.h
24 @@ -8,7 +8,7 @@ CFLAGS = $(OPTFLAGS)
27 blas: $(FILES) $(HEADERS)
28 - $(AR) blas.a $(FILES)
29 + $(AR) rcv blas.a $(FILES)