[gcc-7] 257/354: - allow cross-building m68k native gnat

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:51:03 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 11e305aa71ce60d7f4801e9a4157275e5ab56848
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Mon Jul 24 19:33:56 2017 +0000

     - allow cross-building m68k native gnat
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9595 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/rules.defs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules.defs b/debian/rules.defs
index 85e3818..b77eeae 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -641,7 +641,8 @@ ifeq (,$(filter $(DEB_STAGE),stage1 stage2))
 # Ada --------------------
 ada_no_cpus	:= m32r sh3 sh3eb sh4eb
 # no Debian builds ... some of these should exist
-ifneq (,$(filter $(build_type), build-native cross-build-native))
+# ... cross-build-native cross-builds a non-working compiler ...
+ifneq (,$(filter $(build_type), build-native))
   ada_no_cpus += m68k # see https://bugs.debian.org/868365
 endif
 ada_no_systems	:= 

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