aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-10-08 15:36:18 +0000
committerStu Grossman <grossman@cygnus>1996-10-08 15:36:18 +0000
commitd0e01d94fa30a348c01e1cf155ca1827a6c017af (patch)
treefc873e87a0a44e910258f18a5dfc330dcc4c272b /configure.in
parent81eb5025a90f17d3d0bab9f23ba45bd87b19ea46 (diff)
downloadgdb-d0e01d94fa30a348c01e1cf155ca1827a6c017af.zip
gdb-d0e01d94fa30a348c01e1cf155ca1827a6c017af.tar.gz
gdb-d0e01d94fa30a348c01e1cf155ca1827a6c017af.tar.bz2
* configure.in config/mh-windows: Add support for windows host
(that is a build done under the Microsoft build environment).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ccbb8bb..763055e 100644
--- a/configure.in
+++ b/configure.in
@@ -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 ;;