[kernel] r22067 - in dists/trunk/linux/debian: . config config/s390 config/s390x templates

Ben Hutchings benh at moszumanska.debian.org
Tue Nov 18 03:43:54 UTC 2014


Author: benh
Date: Tue Nov 18 03:43:53 2014
New Revision: 22067

Log:
Make gcc-4.9 the default compiler (except on s390*)

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/defines
   dists/trunk/linux/debian/config/s390/defines
   dists/trunk/linux/debian/config/s390x/defines
   dists/trunk/linux/debian/templates/control.extra.in

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Mon Nov 17 03:30:00 2014	(r22066)
+++ dists/trunk/linux/debian/changelog	Tue Nov 18 03:43:53 2014	(r22067)
@@ -10,6 +10,7 @@
     - support for AT_EMPTY_PATH/LOOKUP_EMPTY
     - Show union filesystem paths in /proc/*/map_files/*
     - bugfix, fix the returning size of the branch attr
+  * Make gcc-4.9 the default compiler (except on s390*)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 06 Nov 2014 21:01:22 +0000
 

Modified: dists/trunk/linux/debian/config/defines
==============================================================================
--- dists/trunk/linux/debian/config/defines	Mon Nov 17 03:30:00 2014	(r22066)
+++ dists/trunk/linux/debian/config/defines	Tue Nov 18 03:43:53 2014	(r22067)
@@ -27,7 +27,7 @@
  sparc
  sparc64
  x32
-compiler: gcc-4.8
+compiler: gcc-4.9
 featuresets:
  none
  rt
@@ -51,6 +51,7 @@
 gcc-4.6: gcc-4.6
 gcc-4.7: gcc-4.7
 gcc-4.8: gcc-4.8
+gcc-4.9: gcc-4.9
 
 # initramfs-generators
 initramfs-fallback: linux-initramfs-tool

Modified: dists/trunk/linux/debian/config/s390/defines
==============================================================================
--- dists/trunk/linux/debian/config/s390/defines	Mon Nov 17 03:30:00 2014	(r22066)
+++ dists/trunk/linux/debian/config/s390/defines	Tue Nov 18 03:43:53 2014	(r22067)
@@ -2,6 +2,8 @@
 flavours:
  s390x
 kernel-arch: s390
+# gcc 4.9 breaks access to virtual address 0
+compiler: gcc-4.8
 
 [build]
 image-file: arch/s390/boot/image

Modified: dists/trunk/linux/debian/config/s390x/defines
==============================================================================
--- dists/trunk/linux/debian/config/s390x/defines	Mon Nov 17 03:30:00 2014	(r22066)
+++ dists/trunk/linux/debian/config/s390x/defines	Tue Nov 18 03:43:53 2014	(r22067)
@@ -2,6 +2,8 @@
 flavours:
  s390x
 kernel-arch: s390
+# gcc 4.9 breaks access to virtual address 0
+compiler: gcc-4.8
 
 [build]
 image-file: arch/s390/boot/image

Modified: dists/trunk/linux/debian/templates/control.extra.in
==============================================================================
--- dists/trunk/linux/debian/templates/control.extra.in	Mon Nov 17 03:30:00 2014	(r22066)
+++ dists/trunk/linux/debian/templates/control.extra.in	Tue Nov 18 03:43:53 2014	(r22067)
@@ -1,9 +1,9 @@
-Package: linux-compiler-gcc-4.8-arm
-Depends: gcc-4.8, ${misc:Depends}
+Package: linux-compiler-gcc-4.9-arm
+Depends: gcc-4.9, ${misc:Depends}
 Architecture: armel armhf
 Multi-Arch: foreign
 Description: Compiler for Linux on ARM (meta-package)
- This package depends on gcc 4.8 of the appropriate architecture for
+ This package depends on gcc 4.9 of the appropriate architecture for
  Linux on armel and armhf.
 
 Package: linux-compiler-gcc-4.8-s390
@@ -14,10 +14,10 @@
  This package depends on gcc 4.8 of the appropriate architecture for
  Linux on s390 and s390x.
 
-Package: linux-compiler-gcc-4.8-x86
-Depends: gcc-4.8, ${misc:Depends}
+Package: linux-compiler-gcc-4.9-x86
+Depends: gcc-4.9, ${misc:Depends}
 Architecture: amd64 i386 x32
 Multi-Arch: foreign
 Description: Compiler for Linux on x86 (meta-package)
- This package depends on gcc 4.8 of the appropriate architecture for
+ This package depends on gcc 4.9 of the appropriate architecture for
  Linux on amd64, i386 and x32.



More information about the Kernel-svn-changes mailing list