[coreboot-gerrit] Patch set updated for coreboot: util/xcompile: Add gnatbind tool

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Fri Jan 22 00:42:43 CET 2016


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13043

-gerrit

commit fcfd54e6996f958531ac5b5e485eb0901fa2fd94
Author: Nico Huber <nico.h at gmx.de>
Date:   Fri Jan 15 00:11:57 2016 +0100

    util/xcompile: Add gnatbind tool
    
    Change-Id: I79c94a1a951fe7e3493b839364a79fa2edb57ff3
    Signed-off-by: Nico Huber <nico.h at gmx.de>
---
 util/xcompile/xcompile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index d877926..d798961 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -268,6 +268,7 @@ OBJDUMP_${TARCH}:=${GCCPREFIX}objdump
 READELF_${TARCH}:=${GCCPREFIX}readelf
 STRIP_${TARCH}:=${GCCPREFIX}strip
 AR_${TARCH}:=${GCCPREFIX}ar
+GNATBIND_${TARCH}:=${GCCPREFIX}gnatbind
 CROSS_COMPILE_${TARCH}:=${GCCPREFIX}
 
 



More information about the coreboot-gerrit mailing list