Use gcc-3.3 as the compiler for sparc64, as

4.0 is know to miscompile stuff.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3565
This commit is contained in:
Jurij Smakov 2005-07-16 16:33:18 +00:00
parent 17b7f03705
commit 006dbb0fed
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ image_postproc = strip -R .comment -R .note -K sun4u_init -K _end -K _start arch
# image_prefix_flavours := sparc32 sparc32-smp
# image_prefix := sparc32
default_config := sparc64
# build_makeflags := 'CC=gcc-3.3'
build_makeflags := 'CC=gcc-3.3'