From 536b53ea6daf23d7c09a35f5633f06e604a64e20 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Tue, 27 Nov 2012 17:07:22 +0800 Subject: xcompile: Add missing XGCCPATH XGCCPATH is missing in new xcompile. Change-Id: I177f54189be445404a4a61419064d3c414b8a30c Signed-off-by: Zheng Bao Signed-off-by: zbao Reviewed-on: http://review.coreboot.org/1921 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/xcompile/xcompile | 1 + 1 file changed, 1 insertion(+) (limited to 'util/xcompile') diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 558f3f8b6b..cc01631cb4 100644 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -151,6 +151,7 @@ TWIDTH_arm="32" TARCH_x86="i386" TCLIST_x86="i386 x86_64" TWIDTH_x86="32" +XGCCPATH=${1:-"`pwd`/util/crossgcc/xgcc/bin/"} # This loops over all supported architectures. for architecture in $SUPPORTED_ARCHITECTURE; do -- cgit v1.2.3