cross compilation fix for motorola sandpoint based boards
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
This commit is contained in:
parent
85107f28da
commit
38891ab7e6
|
@ -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-"
|
||||
|
|
Loading…
Reference in New Issue