diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-11-25 11:46:56 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-11-25 11:46:56 +0100 |
commit | 0593e6dc95b7f3e2d49f3aa1f32b11c854343f94 (patch) | |
tree | e98dbd7261aa3804d24fdc217041ee6520bc35a9 /eclass/toolchain.eclass | |
parent | app-misc/ytree: version bump 2.00 (diff) | |
download | gentoo-0593e6dc95b7f3e2d49f3aa1f32b11c854343f94.tar.gz gentoo-0593e6dc95b7f3e2d49f3aa1f32b11c854343f94.tar.bz2 gentoo-0593e6dc95b7f3e2d49f3aa1f32b11c854343f94.zip |
toolchain.eclass: Copy gnat files during install
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a3081c38bac1..5ec86ca126cb 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1831,7 +1831,7 @@ toolchain_src_install() { cd "${D}"${BINPATH} # Ugh: we really need to auto-detect this list. # It's constantly out of date. - for x in cpp gcc g++ c++ gcov g77 gcj gcjh gfortran gccgo ; do + for x in cpp gcc g++ c++ gcov g77 gcj gcjh gfortran gccgo gnat* ; do # For some reason, g77 gets made instead of ${CTARGET}-g77... # this should take care of that if [[ -f ${x} ]] ; then |