From 95fca9e8f4ab2d6ec65d70880c849a3124a6a8bc Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 24 Oct 2009 18:38:53 +0000 Subject: add CPP to xcompile in case we need it (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4844 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/xcompile/xcompile | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index d3990cf8c8..104909845f 100644 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -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 -- cgit v1.2.3