Commit 57cb3385 authored by Richard Levitte's avatar Richard Levitte
Browse files

Recognise mingw64 in config script

parent d4ea9659
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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}" ;;