aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-10-24 18:38:53 +0000
committerStefan Reinauer <stepan@openbios.org>2009-10-24 18:38:53 +0000
commit95fca9e8f4ab2d6ec65d70880c849a3124a6a8bc (patch)
treea2d108ed47db0c56d906338f704569e9afbdfc8b /util
parent105bace68d7dbbe2f475e5a3c4e9c3cf751a2f7f (diff)
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
Diffstat (limited to 'util')
-rw-r--r--util/xcompile/xcompile1
1 files changed, 1 insertions, 0 deletions
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