[gcc-6] 104/401: * GCC 6 snapshot build, taken from the trunk 20160405.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:48:08 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 ad000bd0a774977b04a97532509bdd8f7540bf25
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Tue Apr 5 15:10:01 2016 +0000
* GCC 6 snapshot build, taken from the trunk 20160405.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8742 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 11 +++++++++--
debian/patches/hurd-boehm-gc.diff | 26 --------------------------
debian/patches/kfreebsd-boehm-gc.diff | 15 ---------------
debian/rules.patch | 2 --
4 files changed, 9 insertions(+), 45 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f856150..9816f39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,17 @@
-gcc-6 (6-20160312-2) UNRELEASED; urgency=medium
+gcc-6 (6-20160405-1) experimental; urgency=medium
+ * GCC 6 snapshot build, taken from the trunk 20160405.
+
+ -- Matthias Klose <doko at debian.org> Tue, 05 Apr 2016 16:39:49 +0200
+
+gcc-6 (6-20160319-1) experimental; urgency=medium
+
+ * GCC 6 snapshot build, taken from the trunk 20160319.
* Stop providing alternative for /usr/bin/go. (Michael Hudson-Doyle).
LP: #1555856.
* Disable gnat on powerpcspe. Closes: #816051.
- -- Matthias Klose <doko at debian.org> Wed, 16 Mar 2016 09:36:43 +0100
+ -- Matthias Klose <doko at debian.org> Sat, 19 Mar 2016 11:54:57 +0100
gcc-6 (6-20160312-1) experimental; urgency=medium
diff --git a/debian/patches/hurd-boehm-gc.diff b/debian/patches/hurd-boehm-gc.diff
deleted file mode 100644
index f650841..0000000
--- a/debian/patches/hurd-boehm-gc.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: b/src/boehm-gc/configure.host
-===================================================================
---- a/src/boehm-gc/configure.host
-+++ b/src/boehm-gc/configure.host
-@@ -41,7 +41,7 @@ else
- fi
-
- case "${host}" in
-- *-linux*|*-kfreebsd*-gnu*)
-+ *-linux*|*-kfreebsd*-gnu*|*-gnu*)
- gc_use_mmap=yes
- ;;
- esac
-Index: b/src/boehm-gc/include/private/gcconfig.h
-===================================================================
---- a/src/boehm-gc/include/private/gcconfig.h
-+++ b/src/boehm-gc/include/private/gcconfig.h
-@@ -2132,7 +2132,7 @@
- # endif
- # endif
-
--#if defined(LINUX) && defined(USE_MMAP)
-+#if (defined(LINUX) || defined(HURD)) && defined(USE_MMAP)
- /* The kernel may do a somewhat better job merging mappings etc. */
- /* with anonymous mappings. */
- # define USE_MMAP_ANON
diff --git a/debian/patches/kfreebsd-boehm-gc.diff b/debian/patches/kfreebsd-boehm-gc.diff
deleted file mode 100644
index 40d6577..0000000
--- a/debian/patches/kfreebsd-boehm-gc.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-# DP: boehm-gc: use mmap instead of brk also on kfreebsd-*.
-
-Index: b/src/boehm-gc/configure.host
-===================================================================
---- a/src/boehm-gc/configure.host
-+++ b/src/boehm-gc/configure.host
-@@ -41,7 +41,7 @@ else
- fi
-
- case "${host}" in
-- *-linux*)
-+ *-linux*|*-kfreebsd*-gnu*)
- gc_use_mmap=yes
- ;;
- esac
diff --git a/debian/rules.patch b/debian/rules.patch
index 6ca45a0..b1c0bc3 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -71,8 +71,6 @@ debian_patches += \
libgo-setcontext-config \
gcc-auto-build \
kfreebsd-unwind \
- kfreebsd-boehm-gc \
- hurd-boehm-gc \
libitm-no-fortify-source \
sparc64-biarch-long-double-128 \
gcc-ia64-bootstrap-ignore \
--
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