Fixed that annoying ar warning about -u being ignored.

This commit is contained in:
Dana Robinson
2017-11-12 23:22:39 -08:00
parent d4a0e3d293
commit a25366cc98
3 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,11 @@ if test -z "$CC"; then
fi
fi
# Set flags for gnu ar (apparently via libtool, so AR_FLAGS, not ARFLAGS)
# If you don't do this, you will get warnings about the 'u' in
# automake's default 'cru' args.
AR_FLAGS=crD
# Figure out GNU C compiler flags
. $srcdir/config/gnu-flags