[kernel] r12771 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Thu Feb 12 16:47:18 UTC 2009


Author: maks
Date: Thu Feb 12 16:47:16 2009
New Revision: 12771

Log:
build with gcc-4.3

2.6.28 no longer needs to rely on older gcc-4.1

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/defines

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Feb 12 16:47:16 2009
@@ -55,6 +55,7 @@
   * Turn off SYSFS_DEPRECATED* for newer udev and proper /sys/.
   * linux-libc-dev: Add versioned replaces libdrm-dev. (closes: #513604)
   * topconfig: Enable MACVLAN. (closes: #504611)
+  * build with gcc-4.3. (closes: #463295)
 
   [ Martin Michlmayr ]
   * [mips/r4k-ip22, mips/sb1-bcm91250a] Don't build in ISO9660.

Modified: dists/trunk/linux-2.6/debian/config/defines
==============================================================================
--- dists/trunk/linux-2.6/debian/config/defines	(original)
+++ dists/trunk/linux-2.6/debian/config/defines	Thu Feb 12 16:47:16 2009
@@ -16,7 +16,7 @@
  powerpc
  s390
  sparc
-compiler: gcc-4.1
+compiler: gcc
 featuresets:
  none
  openvz
@@ -50,6 +50,7 @@
 gcc-3.3: gcc-3.3
 gcc-4.0: gcc-4.0
 gcc-4.1: gcc-4.1
+gcc: gcc-4.3
 initramfs-fallback: linux-initramfs-tool
 initramfs-tools: initramfs-tools (>= 0.55)
 util-vserver: util-vserver (>= 0.30.215)



More information about the Kernel-svn-changes mailing list