diff options
author | Nico Huber <nico.h@gmx.de> | 2016-01-15 00:11:57 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-01-23 01:41:49 +0100 |
commit | 4408409d05f5ba85f4249f477ce3f243bee862c2 (patch) | |
tree | 656d48029e5cde6f471ff9b0254bef4800d0bb23 /util/xcompile | |
parent | 89798bcb0cee369cd2aaeda8704d23d347dbe192 (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-x | util/xcompile/xcompile | 1 |
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} |