aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/frontrunner
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-06-30 17:13:58 +0000
committerStefan Reinauer <stepan@openbios.org>2009-06-30 17:13:58 +0000
commit9dd27bc03a53f69b55c1c9718a5e44365019c082 (patch)
treecd5f148aa936f72914a5b3383cb404840a83f194 /src/mainboard/lippert/frontrunner
parent36f230eefb5a072240447fdbe1aa81ad1bb80072 (diff)
the tool chain settings should not be in renamed (as they will never live in
Kconfig) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4384 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert/frontrunner')
-rw-r--r--src/mainboard/lippert/frontrunner/Options.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lippert/frontrunner/Options.lb b/src/mainboard/lippert/frontrunner/Options.lb
index eff01c1087..57f31b0b84 100644
--- a/src/mainboard/lippert/frontrunner/Options.lb
+++ b/src/mainboard/lippert/frontrunner/Options.lb
@@ -32,7 +32,7 @@ uses CONFIG_XIP_ROM_BASE
uses CONFIG_HAVE_MP_TABLE
uses CONFIG_CROSS_COMPILE
uses CC
-uses CONFIG_HOSTCC
+uses HOSTCC
uses CONFIG_OBJCOPY
uses CONFIG_DEFAULT_CONSOLE_LOGLEVEL
uses CONFIG_MAXIMUM_CONSOLE_LOGLEVEL
@@ -115,7 +115,7 @@ default CONFIG_ROM_PAYLOAD = 1
##
default CONFIG_CROSS_COMPILE=""
default CC="$(CONFIG_CROSS_COMPILE)gcc -m32"
-default CONFIG_HOSTCC="gcc"
+default HOSTCC="gcc"
##
## The Serial Console