diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-12-28 20:42:59 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-12-28 20:43:25 +0100 |
commit | 648bcbb7da7f164dfc27dd18326840808c06d01d (patch) | |
tree | 58325cef72ce43f8412283b0ccab93601a0f490e /eclass | |
parent | llvm-core/llvm-common: Remove old (diff) | |
download | gentoo-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.eclass | 2 |
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) |