[linux] 01/02: Compile with gcc-7 on all architectures

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Oct 18 12:58:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 5dfe04c507c1f316e976e598d2e6917f34b60eb0
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Oct 17 23:35:33 2017 +0100

    Compile with gcc-7 on all architectures
---
 debian/changelog                  |  1 +
 debian/config/amd64/defines       |  2 +-
 debian/config/armel/defines       |  2 +-
 debian/config/armhf/defines       |  2 +-
 debian/config/defines             |  4 ++--
 debian/config/hppa/defines        |  2 +-
 debian/config/i386/defines        |  2 +-
 debian/config/s390x/defines       |  2 +-
 debian/templates/control.extra.in | 12 ++++++------
 9 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2baf804..fe1f6bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ linux (4.14~rc5-1~exp1) UNRELEASED; urgency=medium
   * [mips*] Increase RELOCATION_TABLE_SIZE to 0x00110000 for all flavours
     (fixes FTBFS)
   * i40e: Build for 64-bit targets only (fixes FTBFS on hppa)
+  * Compile with gcc-7 on all architectures
 
   [ John Paul Adrian Glaubitz ]
   * [m68k] udeb: Build ata-modules package, include libata
diff --git a/debian/config/amd64/defines b/debian/config/amd64/defines
index e15f609..297066d 100644
--- a/debian/config/amd64/defines
+++ b/debian/config/amd64/defines
@@ -15,7 +15,7 @@ install-stem: vmlinuz
 breaks: xserver-xorg-input-vmmouse (<< 1:13.0.99)
 
 [relations]
-headers%gcc-6: linux-compiler-gcc-6-x86
+headers%gcc-7: linux-compiler-gcc-7-x86
 
 [amd64_description]
 hardware: 64-bit PCs
diff --git a/debian/config/armel/defines b/debian/config/armel/defines
index 9f4ed16..b6f172d 100644
--- a/debian/config/armel/defines
+++ b/debian/config/armel/defines
@@ -16,7 +16,7 @@ uncompressed-image-file: arch/arm/boot/Image
 install-stem: vmlinuz
 
 [relations]
-headers%gcc-6: linux-compiler-gcc-6-arm
+headers%gcc-7: linux-compiler-gcc-7-arm
 
 [marvell_description]
 hardware: Marvell Kirkwood/Orion
diff --git a/debian/config/armhf/defines b/debian/config/armhf/defines
index 6cb4658..497f6bb 100644
--- a/debian/config/armhf/defines
+++ b/debian/config/armhf/defines
@@ -12,7 +12,7 @@ vdso: true
 install-stem: vmlinuz
 
 [relations]
-headers%gcc-6: linux-compiler-gcc-6-arm
+headers%gcc-7: linux-compiler-gcc-7-arm
 
 [armmp_description]
 hardware: ARMv7 multiplatform compatible SoCs
diff --git a/debian/config/defines b/debian/config/defines
index 2eaeb0e..10ba0a9 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -89,7 +89,7 @@ arches:
  sparc64
  tilegx
  x32
-compiler: gcc-6
+compiler: gcc-7
 featuresets:
  none
  rt
@@ -113,7 +113,7 @@ initramfs-generators: initramfs-tools initramfs-fallback
 
 [relations]
 # compilers
-gcc-6: gcc-6 <!stage1 !cross>, gcc-6- at gnu-type-package@ <!stage1 cross>
+gcc-7: gcc-7 <!stage1 !cross>, gcc-7- at gnu-type-package@ <!stage1 cross>
 
 # initramfs-generators
 initramfs-fallback: linux-initramfs-tool
diff --git a/debian/config/hppa/defines b/debian/config/hppa/defines
index 8eac51d..761bda6 100644
--- a/debian/config/hppa/defines
+++ b/debian/config/hppa/defines
@@ -24,5 +24,5 @@ hardware: multiprocessor 64-bit PA-RISC
 hardware-long: HP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM
 
 [relations]
-gcc-6: gcc-6 <!stage1 !cross>, binutils-hppa64-linux-gnu <!stage1 !cross>, gcc-6-hppa64-linux-gnu <!stage1 !cross>, gcc-6-hppa-linux-gnu <!stage1 cross>, binutils-hppa64-linux-gnu <!stage1 cross>, gcc-6-hppa64-linux-gnu <!stage1 cross>
+gcc-7: gcc-7 <!stage1 !cross>, binutils-hppa64-linux-gnu <!stage1 !cross>, gcc-7-hppa64-linux-gnu <!stage1 !cross>, gcc-7-hppa-linux-gnu <!stage1 cross>, binutils-hppa64-linux-gnu <!stage1 cross>, gcc-7-hppa64-linux-gnu <!stage1 cross>
 
diff --git a/debian/config/i386/defines b/debian/config/i386/defines
index 1123508..880ad44 100644
--- a/debian/config/i386/defines
+++ b/debian/config/i386/defines
@@ -20,7 +20,7 @@ install-stem: vmlinuz
 breaks: xserver-xorg-input-vmmouse (<< 1:13.0.99)
 
 [relations]
-headers%gcc-6: linux-compiler-gcc-6-x86
+headers%gcc-7: linux-compiler-gcc-7-x86
 
 [686_description]
 hardware: older PCs
diff --git a/debian/config/s390x/defines b/debian/config/s390x/defines
index 8dcf9fd..47de624 100644
--- a/debian/config/s390x/defines
+++ b/debian/config/s390x/defines
@@ -12,7 +12,7 @@ bootloaders: s390-tools
 install-stem: vmlinuz
 
 [relations]
-headers%gcc-6: linux-compiler-gcc-6-s390
+headers%gcc-7: linux-compiler-gcc-7-s390
 
 [s390x_build]
 debug-info: true
diff --git a/debian/templates/control.extra.in b/debian/templates/control.extra.in
index b0f3e86..d437968 100644
--- a/debian/templates/control.extra.in
+++ b/debian/templates/control.extra.in
@@ -1,24 +1,24 @@
-Package: linux-compiler-gcc-6-arm
+Package: linux-compiler-gcc-7-arm
 Build-Profiles: <!stage1>
-Depends: gcc-6, ${misc:Depends}
+Depends: gcc-7, ${misc:Depends}
 Architecture: armel armhf
 Multi-Arch: foreign
 Description: Compiler for Linux on ARM (meta-package)
  This package depends on gcc 6 of the appropriate architecture for
  Linux on armel and armhf.
 
-Package: linux-compiler-gcc-6-s390
+Package: linux-compiler-gcc-7-s390
 Build-Profiles: <!stage1>
-Depends: gcc-6, ${misc:Depends}
+Depends: gcc-7, ${misc:Depends}
 Architecture: s390 s390x
 Multi-Arch: foreign
 Description: Compiler for Linux on IBM zSeries (meta-package)
  This package depends on gcc 6 of the appropriate architecture for
  Linux on s390 and s390x.
 
-Package: linux-compiler-gcc-6-x86
+Package: linux-compiler-gcc-7-x86
 Build-Profiles: <!stage1>
-Depends: gcc-6, ${misc:Depends}
+Depends: gcc-7, ${misc:Depends}
 Architecture: amd64 i386 x32
 Multi-Arch: foreign
 Description: Compiler for Linux on x86 (meta-package)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list