add CPP to xcompile in case we need it (trivial)
authorStefan Reinauer <stepan@coresystems.de>
Sat, 24 Oct 2009 18:38:53 +0000 (18:38 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 24 Oct 2009 18:38:53 +0000 (18:38 +0000)
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

util/xcompile/xcompile

index d3990cf8c808983be590fd85255d6f60a95da725..104909845f31234c09ab98fdf93abd0911fbc912 100644 (file)
@@ -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