From 87d9d0306f26798bd11557a2d6a4f532102753de Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sat, 29 Apr 2006 15:38:56 +0000 Subject: [PATCH] debian/arch/defines, debian/arch/hppa/defines: Don't set compiler to gcc-4.0 for now, it breaks too much. svn path=/dists/trunk/linux-2.6/; revision=6492 --- debian/arch/defines | 4 +++- debian/arch/hppa/defines | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/arch/defines b/debian/arch/defines index 79d2ff998..105f14382 100644 --- a/debian/arch/defines +++ b/debian/arch/defines @@ -16,7 +16,8 @@ arches: powerpc s390 sparc -compiler: gcc-4.0 +# Disabled as k-p don't allow proper CC definition without MAKEFLAGS, breaks powerpc +# compiler: gcc-4.0 [image] initramfs-generators: initramfs-tools yaird @@ -27,6 +28,7 @@ initramfs-tools: mkinitramfs-kpkg yaird: mkinitrd.yaird [relations] +gcc: gcc (>= 4:4.0) gcc-3.3: gcc-3.3 gcc-4.0: gcc-4.0 initramfs-fallback: linux-initramfs-tool diff --git a/debian/arch/hppa/defines b/debian/arch/hppa/defines index bce0d69d2..50c2981ab 100644 --- a/debian/arch/hppa/defines +++ b/debian/arch/hppa/defines @@ -23,5 +23,6 @@ class: 64-bit PA-RISC class: multi-processor 64-bit PA-RISC [relations] +gcc: gcc (>= 4:4.0), binutils-hppa64, gcc-4.0-hppa64 gcc-4.0: gcc-4.0, binutils-hppa64, gcc-4.0-hppa64