mh-go32: Delete.

* config/mh-go32: Delete.
        * config/mh-djgpp: New. Renamed from mh-go32.
        * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
        config/mh-djgpp.

From-SVN: r25834
This commit is contained in:
Mark Elbrecht 1999-03-17 23:19:59 +00:00 committed by Jeff Law
parent 1df88ec9cd
commit 8dc91cbee4
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,10 @@
Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
* config/mh-go32: Delete.
* config/mh-djgpp: New. Renamed from mh-go32.
* configure.in (pc-msdosdjgpp): Set host_makefile_frag to
config/mh-djgpp.
Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
* config.sub: Add i386-uwin support.

View File

@ -188,11 +188,8 @@ case "${host}" in
i[3456]86-*-aix*)
host_makefile_frag="${host_makefile_frag} config/mh-aix386"
;;
i[3456]86-*-go32*)
host_makefile_frag="${host_makefile_frag} config/mh-go32"
;;
i[3456]86-*-msdosdjgpp*)
host_makefile_frag="${host_makefile_frag} config/mh-go32"
host_makefile_frag="${host_makefile_frag} config/mh-djgpp"
;;
*-cygwin32*)
host_makefile_frag="${host_makefile_frag} config/mh-cygwin"