summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2895
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-02-02 17:08:04 +0000
committerStefan Reinauer <stepan@openbios.org>2007-02-02 17:08:04 +0000
commitff54db47fd116b8b460fa1453623dea487fb0234 (patch)
tree6f967b1ba661a887a6b7722bfa5809d34f596540 /src/mainboard/tyan/s2895
parent18878e036f4f111ace50e1ff540b5deab63f20d9 (diff)
downloadcoreboot-ff54db47fd116b8b460fa1453623dea487fb0234.tar.xz
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
Diffstat (limited to 'src/mainboard/tyan/s2895')
-rw-r--r--src/mainboard/tyan/s2895/Options.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/tyan/s2895/Options.lb b/src/mainboard/tyan/s2895/Options.lb
index 96e7d67e57..00a5a4f57b 100644
--- a/src/mainboard/tyan/s2895/Options.lb
+++ b/src/mainboard/tyan/s2895/Options.lb
@@ -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