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
This commit is contained in:
Bastian Blank 2006-04-29 15:38:56 +00:00
parent 6f59375dcb
commit 87d9d0306f
2 changed files with 4 additions and 1 deletions

4
debian/arch/defines vendored
View File

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

View File

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