diff options
author | Mark Elbrecht <snowball3@usa.net> | 1999-03-17 23:19:59 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-17 16:19:59 -0700 |
commit | 8dc91cbee4964cc4a2fa795f26df213006b4e343 (patch) | |
tree | d153048e73d3e63a100ebe500aaa3ffe2ca7bad4 | |
parent | 1df88ec9cd329a739b9a28d2e2d7784e221dc54a (diff) | |
download | gcc-8dc91cbee4964cc4a2fa795f26df213006b4e343.zip gcc-8dc91cbee4964cc4a2fa795f26df213006b4e343.tar.gz gcc-8dc91cbee4964cc4a2fa795f26df213006b4e343.tar.bz2 |
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
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | config/mh-djgpp (renamed from config/mh-go32) | 0 | ||||
-rw-r--r-- | configure.in | 5 |
3 files changed, 8 insertions, 4 deletions
@@ -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. diff --git a/config/mh-go32 b/config/mh-djgpp index f12007b..f12007b 100644 --- a/config/mh-go32 +++ b/config/mh-djgpp diff --git a/configure.in b/configure.in index 2fb19bf..f72f638 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" |