[gcc-7] 328/354: - fix gnat b-d for newer releases
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:51:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository gcc-7.
commit ed4c1e62e092fbd7bc90717202773d74bdcca9fc
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Oct 25 13:47:39 2017 +0000
- fix gnat b-d for newer releases
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9777 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules.conf b/debian/rules.conf
index 2618c31..9795d48 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -212,7 +212,7 @@ else
BINUTILSBDV = 2.26.1
else ifneq (,$(filter $(distrelease),stretch zesty))
BINUTILSBDV = 2.28
- else ifneq (,$(filter $(distrelease),sid buster artful))
+ else ifneq (,$(filter $(distrelease),sid buster artful bionic))
BINUTILSBDV = 2.29.1
endif
endif
@@ -500,7 +500,7 @@ else ifneq (,$(filter $(distrelease), wheezy precise trusty wily xenial))
gnat_build_dep := gnat-5$(NT) [$(ada_no_archs)], g++-5$(NT)
else ifneq (,$(filter $(distrelease), stretch yakkety zesty))
gnat_build_dep := gnat-6$(NT) [$(ada_no_archs) !powerpcspe !x32], g++-7 [powerpcspe x32], gnat-7 [powerpcspe x32], g++-6$(NT)
-else ifneq (,$(filter $(distrelease), buster sid artful))
+else ifneq (,$(filter $(distrelease), buster sid artful bionic))
gnat_build_dep := gnat-7$(NT) [$(ada_no_archs)], g++-7$(NT)
else ifneq (,$(filter $(distrelease), squeeze lucid))
gnat_build_dep :=
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git
More information about the Reproducible-commits
mailing list