Remove hardcoded gcc versions otherwise the build will break for

most people.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2545 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2007-02-02 17:08:04 +00:00 committed by Stefan Reinauer
parent 18878e036f
commit ff54db47fd
3 changed files with 6 additions and 6 deletions

View File

@ -254,8 +254,8 @@ default CONFIG_ROM_PAYLOAD = 1
##
## The default compiler
##
default CC="$(CROSS_COMPILE)gcc-4.0.2 -m32"
default HOSTCC="gcc-4.0.2"
default CC="$(CROSS_COMPILE)gcc -m32"
default HOSTCC="gcc"
##
## Disable the gdb stub by default

View File

@ -226,8 +226,8 @@ default CONFIG_ROM_PAYLOAD = 1
##
## The default compiler
##
default CC="$(CROSS_COMPILE)gcc-3.3.6 -m32"
default HOSTCC="gcc-3.3.6"
default CC="$(CROSS_COMPILE)gcc -m32"
default HOSTCC="gcc"
##
## Disable the gdb stub by default

View File

@ -234,8 +234,8 @@ default CONFIG_ROM_PAYLOAD = 1
##
## The default compiler
##
default CC="$(CROSS_COMPILE)gcc-4.0.2 -m32"
default HOSTCC="gcc-4.0.2"
default CC="$(CROSS_COMPILE)gcc -m32"
default HOSTCC="gcc"
##
## Disable the gdb stub by default