aboutsummaryrefslogtreecommitdiff
path: root/util/xcompile
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2016-01-15 00:11:57 +0100
committerNico Huber <nico.h@gmx.de>2016-01-23 01:41:49 +0100
commit4408409d05f5ba85f4249f477ce3f243bee862c2 (patch)
tree656d48029e5cde6f471ff9b0254bef4800d0bb23 /util/xcompile
parent89798bcb0cee369cd2aaeda8704d23d347dbe192 (diff)
util/xcompile: Add gnatbind tool
Change-Id: I79c94a1a951fe7e3493b839364a79fa2edb57ff3 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/13043 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/xcompile')
-rwxr-xr-xutil/xcompile/xcompile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index d8779264ec..d798961a49 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}