summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/config b/config
index 0ddff8abfc..ad788cbf73 100755
--- a/config
+++ b/config
@@ -801,6 +801,8 @@ case "$GUESSOS" in
options="$options no-asm"
fi
;;
+ i[3456]86-*-mingw) OUT="mingw" ;;
+ x86_64-*-mingw) OUT="mingw64" ;;
# these are all covered by the catchall below
i[3456]86-*-cygwin) OUT="Cygwin-x86" ;;
*-*-cygwin) OUT="Cygwin-${MACHINE}" ;;