]> git.ipfire.org Git - thirdparty/elfutils.git/commit
config: Use ARFLAGS 'cr'.
authorMark Wielaard <mjw@redhat.com>
Wed, 7 Oct 2015 11:43:32 +0000 (13:43 +0200)
committerMark Wielaard <mjw@redhat.com>
Mon, 12 Oct 2015 10:22:59 +0000 (12:22 +0200)
commit7b74830ec65081a8ea1be6d544ccd6ed0c61eaa1
treec6b4d17827cb4d4c544010d69c8fbbd2cb6f4359
parentc04f491fa2a4b82db49fba347ed587c7cf7dc6d6
config: Use ARFLAGS 'cr'.

By default automake uses ARFLAGS cru. 'u' is an optimization that
makes sure files are only added to the archive when they are newer
than the version already in the .a file. This optimization doesn't
work when ar is deterministic by default because then it doesn't
record timestamps in the archive. Deterministic ar is the default
now on various distributions causing multiple warnings like:

  ar: `u' modifier ignored since `D' is the default (see `U')

To suppress these warnings drop the 'u' flag.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
config/ChangeLog
config/eu.am