* configure.in (--enable-deterministic-archives): Grok new
authorRoland McGrath <roland@gnu.org>
Wed, 21 Dec 2011 19:39:11 +0000 (19:39 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 21 Dec 2011 19:39:11 +0000 (19:39 +0000)
commit9cb80f72d8b8b2f59562692d9385cd5a533e9b3f
tree4078a2fd60a6db5f5f129aca712554d99e2080b6
parent74929e7bba5eb4a9499d5d6d08e78fc76596edbe
* configure.in (--enable-deterministic-archives): Grok new
argument.  Set DEFAULT_AR_DETERMINISTIC to 1 or 0 accordingly.
* configure: Regenerated.
* config.in: Regenerated.
* ar.c (deterministic): Initialize to -1.
(decode_options, ranlib_main): Grok U option.
(usage, ranlib_usage): Mention U; say for D and U which is the default.
(default_deterministic): New function.
(ranlib_main): Call it.
(main): Likewise.  Make newer_only && deterministic error
non-fatal if it was just DEFAULT_AR_DETERMINISTIC and not the D option.
* doc/binutils.texi (ar cmdline, ranlib): Document U modifier and
--enable-deterministic-archives behavior.
binutils/ChangeLog
binutils/ar.c
binutils/config.in
binutils/configure
binutils/configure.in
binutils/doc/binutils.texi
This page took 0.035309 seconds and 4 git commands to generate.