[gcc-6] 333/401: * Bump requirement on binutils to 2.27.90 (gold now implementing -z bndplt).
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit 5123116ee01f40b20480d0ca9d0776960d273499
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sat Dec 31 02:35:28 2016 +0000
* Bump requirement on binutils to 2.27.90 (gold now implementing -z bndplt).
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9208 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/control | 2 +-
debian/rules.conf | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9147340..ee4984f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ gcc-6 (6.3.0-1) UNRELEASED; urgency=medium
* Fix ignoring dpkg's pie specs when pie is not enabled (James Clarke).
Closes: #849542.
* Apply proposed patch for PR rtl-optimization/65618. Addresses: #781457.
+ * Bump requirement on binutils to 2.27.90 (gold now implementing -z bndplt).
[ Samuel Thibault ]
* libgo fixup for program invocation name.
diff --git a/debian/control b/debian/control
index 0bc16e7..b8837e2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14),
libunwind7-dev (>= 0.98.5-6) [ia64], libatomic-ops-dev [ia64],
autogen, gawk, lzma, xz-utils, patchutils,
zlib1g-dev, systemtap-sdt-dev [linux-any kfreebsd-any hurd-any],
- binutils:native (>= 2.27.51.20161212) | binutils-multiarch:native (>= 2.27.51.20161212), binutils-hppa64-linux-gnu:native (>= 2.27.51.20161212) [hppa amd64 i386 x32],
+ binutils:native (>= 2.27.90.20161231) | binutils-multiarch:native (>= 2.27.90.20161231), binutils-hppa64-linux-gnu:native (>= 2.27.90.20161231) [hppa amd64 i386 x32],
gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext,
gdb:native,
texinfo (>= 4.3), locales, sharutils,
diff --git a/debian/rules.conf b/debian/rules.conf
index 441c5d4..182c66d 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -211,7 +211,7 @@ else
else ifneq (,$(filter $(distrelease),xenial))
BINUTILSBDV = 2.26.1
else ifneq (,$(filter $(distrelease),sid stretch zesty))
- BINUTILSBDV = 2.27.51.20161212
+ BINUTILSBDV = 2.27.90.20161231
endif
endif
ifeq ($(DEB_CROSS),yes)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git
More information about the Reproducible-commits
mailing list