From: law Date: Wed, 17 Mar 1999 23:19:59 +0000 (+0000) Subject: * config/mh-go32: Delete. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=9862eda4e4386abe4f89ac928860afdaa7034055;ds=sidebyside * config/mh-go32: Delete. * config/mh-djgpp: New. Renamed from mh-go32. * configure.in (pc-msdosdjgpp): Set host_makefile_frag to config/mh-djgpp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25834 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index 5fd240466d6..47f97cb1f6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Mar 18 00:17:50 1999 Mark Elbrecht + + * 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 * config.sub: Add i386-uwin support. diff --git a/config/mh-go32 b/config/mh-djgpp similarity index 100% rename from config/mh-go32 rename to config/mh-djgpp diff --git a/configure.in b/configure.in index 2fb19bf3cd1..f72f638dde2 100644 --- a/configure.in +++ b/configure.in @@ -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"