[gcc-6] 26/401: - build gnat on m68k
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:47:57 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 8db0b1348d964fc11307f236468654ba9d27dc7c
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Thu Dec 17 13:15:20 2015 +0000
- build gnat on m68k
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8540 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules.defs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules.defs b/debian/rules.defs
index bcee7ee..cdb4fff 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -570,9 +570,9 @@ ada_no_cpus := m32r sh3 sh3eb sh4eb
ada_no_cpus += powerpcspe
ada_no_cpus += mips64 # see https://gcc.gnu.org/PR65337
ada_no_cpus += x32 # see https://gcc.gnu.org/PR61954
-ada_no_cpus += m68k sh4 sparc64 # not yet built natively
+ada_no_cpus += sh4 sparc64 # not yet built natively
ifneq (,$(findstring cross,$(build_type)))
- ada_no_cpus := $(filter-out m68k sh4 sparc64, $(ada_no_cpus))
+ ada_no_cpus := $(filter-out sh4 sparc64, $(ada_no_cpus))
endif
ada_no_systems :=
ada_no_cross := no
--
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