* configure.in config/mh-windows: Add support for windows host
[deliverable/binutils-gdb.git] / configure.in
index ccbb8bbffcf556fcc0a19532ff062ca5a954ccab..763055e61365ff94c1a3941f908b4a90c454eed6 100644 (file)
@@ -133,6 +133,7 @@ case "${host}" in
   i[3456]86-*-aix*)      host_makefile_frag=config/mh-aix386 ;;
   i[3456]86-*-go32*)     host_makefile_frag=config/mh-go32 ;;
   *-cygwin32*)           host_makefile_frag=config/mh-cygwin32 ;;
+  *-windows*)            host_makefile_frag=config/mh-windows ;;
   vax-*-ultrix2*)         host_makefile_frag=config/mh-vaxult2 ;;
   *-*-solaris2*)          host_makefile_frag=config/mh-solaris ;;
   m68k-sun-sunos*)       host_makefile_frag=config/mh-sun3 ;;
This page took 0.023026 seconds and 4 git commands to generate.