commit: b141f7e376212dbda5c70bdabd366a0161caa9ef
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 07:34:17 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 07:34:17 2019 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=b141f7e3
crossdev:drop support for short 'minw', 'mingw32' aliases
>From now on to get a 32-bit toolchain users would need to specify
full tuple like:
i686-w64-mingw32
That will use 'dev-util/mingw64-runtime'.
Bug: https://bugs.gentoo.org/584858
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
crossdev | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/crossdev b/crossdev
index 3c867b5..8be6e17 100755
--- a/crossdev
+++ b/crossdev
@@ -269,9 +269,8 @@ parse_target() {
;;
mingw*|*-mingw*)
- KCAT="dev-util"; KPKG="w32api";
- LCAT="dev-util"; LPKG="mingw-runtime"
- WITH_DEF_HEADERS="yes" # gcc can't boot without headers:
bug #693770
+ # bug #584858
+ die "'${CTARGET}' target is not supported anymore, use
i686-w64-mingw32"
;;
msp430*)