From 9862eda4e4386abe4f89ac928860afdaa7034055 Mon Sep 17 00:00:00 2001 From: law Date: Wed, 17 Mar 1999 23:19:59 +0000 Subject: * 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 --- config/mh-djgpp | 4 ++++ config/mh-go32 | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 config/mh-djgpp delete mode 100644 config/mh-go32 (limited to 'config') diff --git a/config/mh-djgpp b/config/mh-djgpp new file mode 100644 index 00000000000..f12007b0e0f --- /dev/null +++ b/config/mh-djgpp @@ -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 index f12007b0e0f..00000000000 --- a/config/mh-go32 +++ /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 -- cgit v1.2.1