[make] silent ar compiler warnings
authorMatthias Kortstiege <mkortstiege@kodi.tv>
Thu, 29 Oct 2015 07:26:13 +0000 (08:26 +0100)
committerMatthias Kortstiege <mkortstiege@kodi.tv>
Thu, 29 Oct 2015 07:29:51 +0000 (08:29 +0100)
In recent gnu binutils the ar binary operates in deterministic mode
by default. This is rendering the 'u' option useless and is causing
compiler warnings.

Makefile.include.in

index 4719339..510a6e0 100644 (file)
@@ -1,5 +1,5 @@
 AR=@AR@
-ARFLAGS=crus
+ARFLAGS=crs
 RM=rm -rf
 SHELL=@SHELL@
 ARCH=@ARCH@