From 9dd27bc03a53f69b55c1c9718a5e44365019c082 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 30 Jun 2009 17:13:58 +0000 Subject: the tool chain settings should not be in renamed (as they will never live in Kconfig) Signed-off-by: Stefan Reinauer Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4384 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/motorola/sandpoint/Options.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/motorola/sandpoint/Options.lb') diff --git a/src/mainboard/motorola/sandpoint/Options.lb b/src/mainboard/motorola/sandpoint/Options.lb index 7d50c39ce1..af110025e1 100644 --- a/src/mainboard/motorola/sandpoint/Options.lb +++ b/src/mainboard/motorola/sandpoint/Options.lb @@ -47,7 +47,7 @@ uses CONFIG_MAINBOARD_PART_NUMBER uses COREBOOT_EXTRA_VERSION uses CONFIG_CROSS_COMPILE uses CC -uses CONFIG_HOSTCC +uses HOSTCC uses CONFIG_OBJCOPY ## @@ -65,7 +65,7 @@ default CONFIG_IO_BASE=CONFIG_ISA_IO_BASE ## The default compiler ## default CC="$(CONFIG_CROSS_COMPILE)gcc" -default CONFIG_HOSTCC="gcc" +default HOSTCC="gcc" ## use a cross compiler #default CONFIG_CROSS_COMPILE="powerpc-eabi-" #default CONFIG_CROSS_COMPILE="ppc_74xx-" -- cgit v1.2.3