diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-04-08 07:21:52 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-04-08 07:21:52 +0000 |
commit | d36703799772f0ffd00df76b4f549c932c1eeb53 (patch) | |
tree | 587cc68c3b192a54422a6e2c933271c5179e3008 | |
parent | d40f7db2d92c9f5421fbd80b8a479524284e781e (diff) |
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>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4084 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb index 13e59d27b7..72cea15cc7 100644 --- a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb +++ b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb @@ -57,7 +57,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-" |