mh-go32: Delete.
authorMark Elbrecht <snowball3@usa.net>
Wed, 17 Mar 1999 23:19:59 +0000 (23:19 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 17 Mar 1999 23:19:59 +0000 (16:19 -0700)
        * 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

ChangeLog
config/mh-djgpp [new file with mode: 0644]
config/mh-go32 [deleted file]
configure.in

index 5fd240466d64a8ccd5ff3564fec50bd672ca09ae..47f97cb1f6f55e74882be9aedb141565899f520b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-djgpp b/config/mh-djgpp
new file mode 100644 (file)
index 0000000..f12007b
--- /dev/null
@@ -0,0 +1,4 @@
+# We don't want to use debugging information on DOS.  Unfortunately,
+# this requires that we set CFLAGS.
+# This used to set -fno-omit-frame-pointer.
+CFLAGS=-O2
diff --git a/config/mh-go32 b/config/mh-go32
deleted file mode 100644 (file)
index f12007b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# We don't want to use debugging information on DOS.  Unfortunately,
-# this requires that we set CFLAGS.
-# This used to set -fno-omit-frame-pointer.
-CFLAGS=-O2
index 2fb19bf3cd10c6004eb51e71d057d0e6a1460879..f72f638dde2e49eceb83aa9788d21983a4c546bd 100644 (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"