Skip to content

Commit 8554b21

Browse files
committed
[make] silent ar compiler warnings
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.
1 parent a6818a5 commit 8554b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.include.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AR=@AR@
2-
ARFLAGS=crus
2+
ARFLAGS=crs
33
RM=rm -rf
44
SHELL=@SHELL@
55
ARCH=@ARCH@

0 commit comments

Comments
 (0)