commit:     b540ee3a734750265d5ca4a463a97a5d508ca3ff
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 19:53:16 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 21:20:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b540ee3a

toolchain.eclass: drop support for deprecated mingw-runtime

Bug: https://bugs.gentoo.org/584858
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 eclass/toolchain.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index aec5ba4314c..fe8944833a9 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1014,7 +1014,7 @@ toolchain_src_configure() {
                # disable a bunch of features or gcc goes boom
                local needed_libc=""
                case ${CTARGET} in
-               *-linux)                 needed_libc=no-fucking-clue;;
+               *-linux)                 needed_libc=error-unknown-libc;;
                *-dietlibc)              needed_libc=dietlibc;;
                *-elf|*-eabi)
                        needed_libc=newlib
@@ -1042,7 +1042,6 @@ toolchain_src_configure() {
                *-cygwin)                needed_libc=cygwin;;
                x86_64-*-mingw*|\
                *-w64-mingw*)    needed_libc=mingw64-runtime;;
-               mingw*|*-mingw*) needed_libc=mingw-runtime;;
                avr)                     confgcc+=( --enable-shared 
--disable-threads );;
                esac
                if [[ -n ${needed_libc} ]] ; then

Reply via email to