[gcc-7] 200/354: - Fix gnat build deps for powerpcspe

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:53 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 589ac4c42a6480c0844cb4ac8cf46c78685c2ead
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Mon May 22 19:40:00 2017 +0000

     - Fix gnat build deps for powerpcspe
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9501 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/control    | 2 +-
 debian/rules.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0fd2cee..06dc761 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14),
   gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, 
   gdb:native, nvptx-tools [amd64], 
   texinfo (>= 4.3), locales, sharutils, 
-  procps, gnat-6:native [!m32r !sh3 !sh3eb !sh4eb !m68k !x32], g++-7 [x32], gnat-7 [x32], g++-6:native, netbase, 
+  procps, gnat-6:native [!m32r !sh3 !sh3eb !sh4eb !m68k !powerpcspe !x32], g++-7 [powerpcspe x32], gnat-7 [powerpcspe x32], g++-6:native, netbase, 
   libisl-dev (>= 0.14), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~), lib32z1-dev [amd64 kfreebsd-amd64], lib64z1-dev [i386], 
   dejagnu [!m68k !hurd-amd64 !hurd-i386 !hurd-alpha !kfreebsd-amd64 !kfreebsd-i386 !kfreebsd-alpha], realpath (>= 1.9.12), chrpath, lsb-release, quilt, 
   pkg-config, libgc-dev, 
diff --git a/debian/rules.conf b/debian/rules.conf
index 543fec2..0c1bfcc 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -496,7 +496,7 @@ ifneq (,$(filter $(distrelease), jessie))
 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 buster sid yakkety zesty artful))
-  gnat_build_dep := gnat-6$(NT) [$(ada_no_archs) !x32], g++-7 [x32], gnat-7 [x32], g++-6$(NT)
+  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), squeeze lucid))
   gnat_build_dep :=
 else

-- 
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