* configure.in config/mh-windows: Add support for windows host
(that is a build done under the Microsoft build environment).
This commit is contained in:
parent
81eb5025a9
commit
d0e01d94fa
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in config/mh-windows: Add support for windows host
|
||||||
|
(that is a build done under the Microsoft build environment).
|
||||||
|
|
||||||
Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
|
Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in: Replace all uses of srcroot with s, to shrink
|
* Makefile.in: Replace all uses of srcroot with s, to shrink
|
||||||
|
|
4
config/mh-windows
Normal file
4
config/mh-windows
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
CC=cc
|
||||||
|
CFLAGS=
|
||||||
|
RANLIB=true
|
||||||
|
AR_FLAGS=
|
|
@ -133,6 +133,7 @@ case "${host}" in
|
||||||
i[3456]86-*-aix*) host_makefile_frag=config/mh-aix386 ;;
|
i[3456]86-*-aix*) host_makefile_frag=config/mh-aix386 ;;
|
||||||
i[3456]86-*-go32*) host_makefile_frag=config/mh-go32 ;;
|
i[3456]86-*-go32*) host_makefile_frag=config/mh-go32 ;;
|
||||||
*-cygwin32*) host_makefile_frag=config/mh-cygwin32 ;;
|
*-cygwin32*) host_makefile_frag=config/mh-cygwin32 ;;
|
||||||
|
*-windows*) host_makefile_frag=config/mh-windows ;;
|
||||||
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
|
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
|
||||||
*-*-solaris2*) host_makefile_frag=config/mh-solaris ;;
|
*-*-solaris2*) host_makefile_frag=config/mh-solaris ;;
|
||||||
m68k-sun-sunos*) host_makefile_frag=config/mh-sun3 ;;
|
m68k-sun-sunos*) host_makefile_frag=config/mh-sun3 ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue