Author: stepan Date: 2009-10-24 20:38:53 +0200 (Sat, 24 Oct 2009) New Revision: 4844
Modified: trunk/coreboot-v2/util/xcompile/xcompile Log: 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
Modified: trunk/coreboot-v2/util/xcompile/xcompile =================================================================== --- trunk/coreboot-v2/util/xcompile/xcompile 2009-10-24 18:36:51 UTC (rev 4843) +++ trunk/coreboot-v2/util/xcompile/xcompile 2009-10-24 18:38:53 UTC (rev 4844) @@ -35,6 +35,7 @@ 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