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:
parent
18878e036f
commit
ff54db47fd
|
@ -254,8 +254,8 @@ default CONFIG_ROM_PAYLOAD = 1
|
||||||
##
|
##
|
||||||
## The default compiler
|
## The default compiler
|
||||||
##
|
##
|
||||||
default CC="$(CROSS_COMPILE)gcc-4.0.2 -m32"
|
default CC="$(CROSS_COMPILE)gcc -m32"
|
||||||
default HOSTCC="gcc-4.0.2"
|
default HOSTCC="gcc"
|
||||||
|
|
||||||
##
|
##
|
||||||
## Disable the gdb stub by default
|
## Disable the gdb stub by default
|
||||||
|
|
|
@ -226,8 +226,8 @@ default CONFIG_ROM_PAYLOAD = 1
|
||||||
##
|
##
|
||||||
## The default compiler
|
## The default compiler
|
||||||
##
|
##
|
||||||
default CC="$(CROSS_COMPILE)gcc-3.3.6 -m32"
|
default CC="$(CROSS_COMPILE)gcc -m32"
|
||||||
default HOSTCC="gcc-3.3.6"
|
default HOSTCC="gcc"
|
||||||
|
|
||||||
##
|
##
|
||||||
## Disable the gdb stub by default
|
## Disable the gdb stub by default
|
||||||
|
|
|
@ -234,8 +234,8 @@ default CONFIG_ROM_PAYLOAD = 1
|
||||||
##
|
##
|
||||||
## The default compiler
|
## The default compiler
|
||||||
##
|
##
|
||||||
default CC="$(CROSS_COMPILE)gcc-4.0.2 -m32"
|
default CC="$(CROSS_COMPILE)gcc -m32"
|
||||||
default HOSTCC="gcc-4.0.2"
|
default HOSTCC="gcc"
|
||||||
|
|
||||||
##
|
##
|
||||||
## Disable the gdb stub by default
|
## Disable the gdb stub by default
|
||||||
|
|
Loading…
Reference in New Issue