[coreboot] [v2] r4084 - trunk/coreboot-v2/src/mainboard/motorola/sandpointx3_altimus_mpc7410

svn at coreboot.org svn at coreboot.org
Wed Apr 8 09:21:53 CEST 2009


Author: stepan
Date: 2009-04-08 09:21:52 +0200 (Wed, 08 Apr 2009)
New Revision: 4084

Modified:
   trunk/coreboot-v2/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb
Log:
fix sandpointx3_altimus_mpc7410 target. We're back at all boards compiling.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb	2009-04-08 06:41:06 UTC (rev 4083)
+++ trunk/coreboot-v2/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb	2009-04-08 07:21:52 UTC (rev 4084)
@@ -57,7 +57,11 @@
 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-"





More information about the coreboot mailing list