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@coresystems.de Acked-by: Stefan Reinauer stepan@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-"