mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
ada.eclass: add CHOST to gnatmake
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user