cross compilation fix for motorola sandpoint based boards
authorStefan Reinauer <stepan@coresystems.de>
Sun, 5 Apr 2009 08:43:44 +0000 (08:43 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 5 Apr 2009 08:43:44 +0000 (08:43 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4074 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/motorola/sandpoint/Options.lb

index 403387774cecc73f0919052acb7b1100ace3ea72..d20b2f74eb14018e9c1b337c3c06dfe1dab537bb 100644 (file)
@@ -60,7 +60,11 @@ default PNP_CFGADDR=0x15c
 default PNP_CFGDATA=0x15d
 default _IO_BASE=ISA_IO_BASE
 
-
+##
+## The default compiler
+##
+default CC="$(CROSS_COMPILE)gcc"
+default HOSTCC="gcc"
 ## use a cross compiler
 #default CROSS_COMPILE="powerpc-eabi-"
 #default CROSS_COMPILE="ppc_74xx-"