[gcc-6] 76/401: - fix binutils-hppa64 b-d for standalone builds

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:48:04 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 c33ea131a438f1170aa39a5345d5962d56ae6a2f
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sat Feb 6 14:27:18 2016 +0000

     - fix binutils-hppa64 b-d for standalone builds
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8654 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/rules.conf | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/rules.conf b/debian/rules.conf
index 8a7fb47..a244782 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -226,10 +226,12 @@ else
   endif
 endif
 ifneq (,$(filter $(build_type), build-native cross-build-native))
-  ifeq ($(hppa64_archs),hppa)
-    BINUTILS_BUILD_DEP += , binutils-hppa64$(NT) (>= $(BINUTILSBDV)) [$(hppa64_archs)]
-  else
-    BINUTILS_BUILD_DEP += , binutils-hppa64-linux-gnu$(NT) (>= $(BINUTILSBDV)) [$(hppa64_archs)]
+  ifeq (,$(filter gccgo% gcj% gnat%, $(PKGSOURCE)))
+    ifeq ($(hppa64_archs),hppa)
+      BINUTILS_BUILD_DEP += , binutils-hppa64$(NT) (>= $(BINUTILSBDV)) [$(hppa64_archs)]
+    else
+      BINUTILS_BUILD_DEP += , binutils-hppa64-linux-gnu$(NT) (>= $(BINUTILSBDV)) [$(hppa64_archs)]
+    endif
   endif
 endif
 ifeq (,$(BINUTILSV))

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