OSDN Git Service

* configure.in (--enable-deterministic-archives): Grok new
authorroland <roland>
Wed, 21 Dec 2011 19:39:10 +0000 (19:39 +0000)
committerroland <roland>
Wed, 21 Dec 2011 19:39:10 +0000 (19:39 +0000)
commit59d79c9184085be9f41a2285e4d564feefa3a813
tree083c6628545434570e19fd2ed69aec046a72843f
parentc0f426f6b72f7d8675ea65e9ade88582e8db0732
* 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