[gcc-6] 314/401: * Stop ignoring the bootstrap comparison failures on mips targets now that these are release architectures.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:19 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 b035fdc461523d10b8ca21a37dd562cec5d57de7
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Mon Dec 12 11:52:26 2016 +0000
* Stop ignoring the bootstrap comparison failures on mips targets now that
these are release architectures.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9176 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 2 ++
debian/patches/ada-bootstrap-compare.diff | 17 -----------------
debian/rules.patch | 1 -
3 files changed, 2 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 96a997d..96f177b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,8 @@ gcc-6 (6.2.1-6) UNRELEASED; urgency=medium
* Fix the configure check for compressed debug section support in as and ld.
Enables the -gz option again. Taken from the trunk.
* In GCC ICE dumps, prefix each line with the PID of the driver.
+ * Stop ignoring the bootstrap comparison failures on mips targets now that
+ these are release architectures.
[ Svante Signell ]
* GNU/Hurd port for gccgo.
diff --git a/debian/patches/ada-bootstrap-compare.diff b/debian/patches/ada-bootstrap-compare.diff
deleted file mode 100644
index 9b048fc..0000000
--- a/debian/patches/ada-bootstrap-compare.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-# DP: For the bootstrap comparison, ignore gcc/ada/a-except.o on
-# DP: mips and mipsel. See PR ada/65618.
-
-Index: b/src/configure.ac
-===================================================================
---- a/src/configure.ac
-+++ b/src/configure.ac
-@@ -3612,6 +3612,9 @@ fi
-
- compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
- case "$target" in
-+ mips-*linux-gnu|mipsel-*linux-gnu)
-+ compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | gcc/ada/a-except.o"
-+ ;;
- ia64-*linux-gnu)
- compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | gcc/ira.o"
- ;;
diff --git a/debian/rules.patch b/debian/rules.patch
index 1cf7fd4..a16b850 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -354,7 +354,6 @@ debian_patches += go-testsuite
# Ada patches needed for both the stable package and snapshot builds
debian_patches += ada-749574
debian_patches += ada-mips
-debian_patches += ada-bootstrap-compare
ifeq ($(DEB_TARGET_ARCH),m68k)
debian_patches += ada-m68k
ifeq ($(with_ada),yes)
--
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