aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'crossdev')
-rwxr-xr-xcrossdev5
1 files changed, 5 insertions, 0 deletions
diff --git a/crossdev b/crossdev
index f544ebc..2252716 100755
--- a/crossdev
+++ b/crossdev
@@ -153,6 +153,11 @@ parse_target() {
*-cygwin)
GUSE_DISABLE=${GUSE_DISABLE/nocxx};;
+ # these are the mingw64 targets that binutils seems to use
+ x86_64-*-mingw*|*-w64-mingw*)
+ KPKG="[none]";
+ LCAT="dev-util"; LPKG="mingw64-runtime";;
+
mingw*|*-mingw*)
WITH_DEF_HEADERS="yes";
KCAT="dev-util"; KPKG="w32api";