Zheng Bao (zheng.bao@amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1921
-gerrit
commit 13c239235e04970e8a6f81c75a2fb73acf17ebab Author: Zheng Bao fishbaozi@gmail.com Date: Tue Nov 27 17:02:06 2012 +0800
xcompile: Add missing XGCCPATH
XGCCPATH is missing in new xcompile.
Change-Id: I177f54189be445404a4a61419064d3c414b8a30c Signed-off-by: Zheng Bao zheng.bao@amd.com Signed-off-by: zbao fishbaozi@gmail.com --- util/xcompile/xcompile | 1 + 1 file changed, 1 insertion(+)
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 558f3f8..cc01631 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