[gcc-7] 232/354: Drop ada-driver-check.diff, the problem is unreproducible. See https://lists.debian.org/debian-alpha/2017/06/msg00006.html.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:58 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 eac8756d2a0c2f6563ed400c9ee7691e5ece4209
Author: nicolas <nicolas at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Jun 28 10:43:59 2017 +0000
Drop ada-driver-check.diff, the problem is unreproducible.
See https://lists.debian.org/debian-alpha/2017/06/msg00006.html.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9548 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/patches/ada-driver-check.diff | 22 ----------------------
debian/rules.patch | 1 -
3 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4794fe7..0b849ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ gcc-7 (7.1.0-7ubuntu1) UNRELEASED; urgency=medium
[ Nicolas Boulenguez ]
* Update ada/confirm_debian_bugs.py for gcc-7.
+ * Drop ada-driver-check.diff, the problem is unreproducible.
-- Matthias Klose <doko at debian.org> Tue, 27 Jun 2017 13:19:14 +0200
diff --git a/debian/patches/ada-driver-check.diff b/debian/patches/ada-driver-check.diff
deleted file mode 100644
index 665a8d1..0000000
--- a/debian/patches/ada-driver-check.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Ignore warnings when checking whether CC understands Ada.
- Simplify Ada driver check (we always build using the required
- Ada version. Needed for warnings on alpha.
- .
- Full history:
- https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/patches/ada-driver-check.diff
- .
- Attempt to check if this patch is obsolete:
- https://lists.debian.org/debian-alpha/2017/06/threads.html
-Author: Matthias Klose <doko at debian.org>
-
---- a/src/config/acx.m4
-+++ b/src/config/acx.m4
-@@ -407,7 +407,7 @@
- # Other compilers, like HP Tru64 UNIX cc, exit successfully when
- # given a .adb file, but produce no object file. So we must check
- # if an object file was really produced to guard against this.
--errors=`(${CC} $1[]m4_ifval([$1], [ ])-c conftest.adb) 2>&1 || echo failure`
-+errors=`(${CC} $1[]m4_ifval([$1], [ ])-c conftest.adb) 2>/dev/null || echo failure`
- if test x"$errors" = x && test -f conftest.$ac_objext; then
- acx_cv_cc_gcc_supports_ada=yes
- fi
diff --git a/debian/rules.patch b/debian/rules.patch
index 13f7a8f..503565e 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -119,7 +119,6 @@ debian_patches += ada-arm
#ifeq ($(with_ada),yes)
debian_patches += \
- ada-driver-check \
ada-gcc-name \
ada-library-project-files-soname
--
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