[gcc-7] 82/354: * GCC 7 snapshot build, taken from the trunk 20170105. * Update zlib to 1.2.10. * Always configure sparc builds --with-cpu-32=ultrasparc (James Clark).

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:34 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 0823c6ab843f83d5aeb6648d9d9da30646528aed
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Thu Jan 5 13:40:02 2017 +0000

      * GCC 7 snapshot build, taken from the trunk 20170105.
      * Update zlib to 1.2.10.
      * Always configure sparc builds --with-cpu-32=ultrasparc (James Clark).
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9213 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog             | 14 +++++++++++---
 debian/patches/ada-mips.diff | 23 -----------------------
 debian/rules.patch           |  1 -
 debian/rules2                |  2 +-
 4 files changed, 12 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 59084ef..8efa0ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
-gcc-7 (7-20161229-1) experimental; urgency=medium
+gcc-7 (7-20170105-1) experimental; urgency=medium
 
-  * GCC 7 snapshot build, taken from the trunk 20161229.
+  * GCC 7 snapshot build, taken from the trunk 20170105.
+  * Update zlib to 1.2.10.
+  * Always configure sparc builds --with-cpu-32=ultrasparc (James Clark).
+
+ -- Matthias Klose <doko at debian.org>  Thu, 05 Jan 2017 14:19:02 +0100
+
+gcc-7 (7-20161230-1) experimental; urgency=medium
+
+  * GCC 7 snapshot build, taken from the trunk 20161230.
   * Update gdc to trunk 20161229. Closes: #844704.
   * Build the cilk runtime on armel, armhf, sparc and sparc64.
   * Use --push-state/--pop-state for gold as well when linking libtsan.
@@ -12,7 +20,7 @@ gcc-7 (7-20161229-1) experimental; urgency=medium
   * Ignore dpkg's pie specs when pie is not enabled. Addresses: #848129.
   * Drop m68k specific ada patches. Closes: #846872.
 
- -- Matthias Klose <doko at debian.org>  Thu, 29 Dec 2016 07:38:54 +0100
+ -- Matthias Klose <doko at debian.org>  Fri, 30 Dec 2016 05:19:15 +0100
 
 gcc-7 (7-20161201-1) experimental; urgency=medium
 
diff --git a/debian/patches/ada-mips.diff b/debian/patches/ada-mips.diff
deleted file mode 100644
index 2f999b4..0000000
--- a/debian/patches/ada-mips.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-# DP: Improve support for mips.
-
-Index: b/src/gcc/ada/gcc-interface/Makefile.in
-===================================================================
---- a/src/gcc/ada/gcc-interface/Makefile.in
-+++ b/src/gcc/ada/gcc-interface/Makefile.in
-@@ -1826,10 +1826,15 @@ ifeq ($(strip $(filter-out mips linux%,$
-   s-taprop.adb<s-taprop-linux.adb \
-   s-tasinf.ads<s-tasinf-linux.ads \
-   s-tasinf.adb<s-tasinf-linux.adb \
--  s-taspri.ads<s-taspri-posix.ads \
-+  s-taspri.ads<s-taspri-posix-noaltstack.ads \
-   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
-   system.ads<system-linux-mips.ads
- 
-+  TOOLS_TARGET_PAIRS =  \
-+    mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
-+    indepsw.adb<indepsw-gnu.adb
-+
-+  EXTRA_GNATRTL_TASKING_OBJS=s-linux.o
-   EH_MECHANISM=-gcc
-   THREADSLIB = -lpthread
-   GNATLIB_SHARED = gnatlib-shared-dual
diff --git a/debian/rules.patch b/debian/rules.patch
index 8e84eff..efe3119 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -275,7 +275,6 @@ debian_patches += go-testsuite
 
 # Ada patches needed for both the stable package and snapshot builds
 debian_patches += ada-749574
-debian_patches += ada-mips
 ifneq (,$(findstring mips,$(DEB_TARGET_ARCH)))
   debian_patches += pr65618
 endif
diff --git a/debian/rules2 b/debian/rules2
index 7e5587a..e57a195 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -504,9 +504,9 @@ ifneq (,$(findstring sparc-linux,$(DEB_TARGET_GNU_TYPE)))
 endif
 
 ifneq (,$(findstring sparc64-linux,$(DEB_TARGET_GNU_TYPE)))
+  CONFARGS += --with-cpu-32=ultrasparc
   ifeq ($(biarch32),yes)
     CONFARGS += --enable-targets=all
-    CONFARGS += --with-cpu-32=ultrasparc
   endif
 endif
 

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