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
This commit is contained in:
parent
d40f7db2d9
commit
d367037997
|
@ -57,7 +57,11 @@ default PNP_CFGADDR=0x15c
|
||||||
default PNP_CFGDATA=0x15d
|
default PNP_CFGDATA=0x15d
|
||||||
default _IO_BASE=ISA_IO_BASE
|
default _IO_BASE=ISA_IO_BASE
|
||||||
|
|
||||||
|
##
|
||||||
|
## The default compiler
|
||||||
|
##
|
||||||
|
default CC="$(CROSS_COMPILE)gcc"
|
||||||
|
default HOSTCC="gcc"
|
||||||
## use a cross compiler
|
## use a cross compiler
|
||||||
#default CROSS_COMPILE="powerpc-eabi-"
|
#default CROSS_COMPILE="powerpc-eabi-"
|
||||||
#default CROSS_COMPILE="ppc_74xx-"
|
#default CROSS_COMPILE="ppc_74xx-"
|
||||||
|
|
Loading…
Reference in New Issue