Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 25 Nov 2019 10:48:00
Message-Id: 1574678816.0593e6dc95b7f3e2d49f3aa1f32b11c854343f94.tupone@gentoo
1 commit: 0593e6dc95b7f3e2d49f3aa1f32b11c854343f94
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 10:46:56 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 10:46:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0593e6dc
7
8 toolchain.eclass: Copy gnat files during install
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index a3081c38bac..5ec86ca126c 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -1831,7 +1831,7 @@ toolchain_src_install() {
20 cd "${D}"${BINPATH}
21 # Ugh: we really need to auto-detect this list.
22 # It's constantly out of date.
23 - for x in cpp gcc g++ c++ gcov g77 gcj gcjh gfortran gccgo ; do
24 + for x in cpp gcc g++ c++ gcov g77 gcj gcjh gfortran gccgo gnat* ; do
25 # For some reason, g77 gets made instead of ${CTARGET}-g77...
26 # this should take care of that
27 if [[ -f ${x} ]] ; then