mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: binutils: Build with --enable-deterministic-archives.
* gnu/packages/base.scm (binutils): Add '--enable-deterministic-archives' to #:configure-flags. Suggestion from Lunar's 2014 FOSDEM talk on reproducible builds.
This commit is contained in:
parent
2c1dea853d
commit
cc0a128226
1 changed files with 5 additions and 1 deletions
|
@ -340,7 +340,11 @@ (define-public binutils
|
||||||
|
|
||||||
;; Install BFD. It ends up in a hidden directory,
|
;; Install BFD. It ends up in a hidden directory,
|
||||||
;; but it's here.
|
;; but it's here.
|
||||||
"--enable-install-libbfd")))
|
"--enable-install-libbfd"
|
||||||
|
|
||||||
|
;; Make sure 'ar' and 'ranlib' produce archives in a
|
||||||
|
;; deterministic fashion.
|
||||||
|
"--enable-deterministic-archives")))
|
||||||
|
|
||||||
(synopsis "Binary utilities: bfd gas gprof ld")
|
(synopsis "Binary utilities: bfd gas gprof ld")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue