summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-12-28 20:42:59 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-12-28 20:43:25 +0100
commit648bcbb7da7f164dfc27dd18326840808c06d01d (patch)
tree58325cef72ce43f8412283b0ccab93601a0f490e /eclass
parentllvm-core/llvm-common: Remove old (diff)
downloadgentoo-648bcbb7da7f164dfc27dd18326840808c06d01d.tar.gz
gentoo-648bcbb7da7f164dfc27dd18326840808c06d01d.tar.bz2
gentoo-648bcbb7da7f164dfc27dd18326840808c06d01d.zip
ada.eclass: add CHOST to gnatmake
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ada.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ada.eclass b/eclass/ada.eclass
index 9206bfcc42ca..3d22dd5d2a61 100644
--- a/eclass/ada.eclass
+++ b/eclass/ada.eclass
@@ -282,7 +282,7 @@ ada_export() {
debug-print "${FUNCNAME}: GNATBIND = ${GNATBIND}"
;;
GNATMAKE)
- export GNATMAKE=${EPREFIX}/usr/bin/gnatmake-${gcc_pv}
+ export GNATMAKE=${EPREFIX}/usr/bin/${CHOST}-gnatmake-${gcc_pv}
debug-print "${FUNCNAME}: GNATMAKE = ${GNATMAKE}"
;;
GNATLS)