[coreboot] New patch to review for coreboot: 13c2392 xcompile: Add missing XGCCPATH

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Tue Nov 27 08:33:31 CET 2012


Zheng Bao (zheng.bao at 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 at 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 at amd.com>
    Signed-off-by: zbao <fishbaozi at 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




More information about the coreboot mailing list