Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -7,6 +7,7 @@ ar's rcv options get lost when AR is passed on
the command line.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
blas/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -18,14 +19,14 @@ index 895fd24..78cec9a 100644
@@ -1,4 +1,4 @@
-AR = ar rcv
+AR = ar
RANLIB = ranlib
RANLIB = ranlib
HEADERS = blas.h blasp.h
@@ -8,7 +8,7 @@ CFLAGS = $(OPTFLAGS)
FFLAGS = $(OPTFLAGS)
blas: $(FILES) $(HEADERS)
- $(AR) blas.a $(FILES)
- $(AR) blas.a $(FILES)
+ $(AR) rcv blas.a $(FILES)
$(RANLIB) blas.a