aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-26 19:12:19 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-26 19:12:19 +0000
commit5adc7b9b8ef543c51538cff940bbcdce63600d94 (patch)
treea74974d1b1780a9ab9a80e1a5b1b712207f8dd77 /config
parentfda58904db8acffb770b014c758b7b034d0ef495 (diff)
downloadfsf-binutils-gdb-5adc7b9b8ef543c51538cff940bbcdce63600d94.zip
fsf-binutils-gdb-5adc7b9b8ef543c51538cff940bbcdce63600d94.tar.gz
fsf-binutils-gdb-5adc7b9b8ef543c51538cff940bbcdce63600d94.tar.bz2
* mh-go32 (CFLAGS): Define.
Diffstat (limited to 'config')
-rw-r--r--config/mh-go327
1 files changed, 7 insertions, 0 deletions
diff --git a/config/mh-go32 b/config/mh-go32
index a13a463..f496b5b 100644
--- a/config/mh-go32
+++ b/config/mh-go32
@@ -1,3 +1,10 @@
+# We don't want to use debugging information on DOS. Unfortunately,
+# this requires that we set CFLAGS.
+CFLAGS=-O2 -fno-omit-frame-pointer
+
+# We set MAKEINFOFLAGS to not split .info files, because the resulting
+# file names don't work on DOS.
MAKEINFOFLAGS=--no-split
+# This does some sort of DOS specific installation, I guess.
INSTALL_DOSREL=install-dosrel