add CPP to xcompile in case we need it (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4844 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
105bace68d
commit
95fca9e8f4
|
@ -35,6 +35,7 @@ fi
|
|||
cat << afteroptions
|
||||
AS:=${GCCPREFIX}as --32
|
||||
CC:=${GCCPREFIX}gcc -m32
|
||||
CPP:=${GCCPREFIX}cpp
|
||||
AR:=${GCCPREFIX}ar
|
||||
LD:=${GCCPREFIX}ld -b elf32-i386
|
||||
STRIP:=${GCCPREFIX}strip
|
||||
|
|
Loading…
Reference in New Issue