diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-07-23 16:33:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-07-23 16:33:04 +0000 |
commit | 6cd41c5e70a9f0b75ecd1faaa1e59f2ce06fce64 (patch) | |
tree | 7fcac4991f91ef2b00a312a86161b9ea5d3c3f99 /config/mh-go32 | |
parent | 6bc5b2fa96be25832c95798e3573b9d3e5225718 (diff) | |
download | gdb-6cd41c5e70a9f0b75ecd1faaa1e59f2ce06fce64.zip gdb-6cd41c5e70a9f0b75ecd1faaa1e59f2ce06fce64.tar.gz gdb-6cd41c5e70a9f0b75ecd1faaa1e59f2ce06fce64.tar.bz2 |
Wed Jul 23 12:32:18 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
* mh-go32 (CFLAGS): Don't set -fno-omit-frame-pointer.
Also Sanitize out MAKEINFOFLAGS and INSTALL_DOSREL unless keep-cygnus.
Diffstat (limited to 'config/mh-go32')
-rw-r--r-- | config/mh-go32 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/mh-go32 b/config/mh-go32 index f496b5b..d18f082 100644 --- a/config/mh-go32 +++ b/config/mh-go32 @@ -1,6 +1,8 @@ # We don't want to use debugging information on DOS. Unfortunately, # this requires that we set CFLAGS. -CFLAGS=-O2 -fno-omit-frame-pointer +# This used to set -fno-omit-frame-pointer. +CFLAGS=-O2 +# start-sanitize-cygnus # We set MAKEINFOFLAGS to not split .info files, because the resulting # file names don't work on DOS. @@ -8,3 +10,4 @@ MAKEINFOFLAGS=--no-split # This does some sort of DOS specific installation, I guess. INSTALL_DOSREL=install-dosrel +# end-sanitize-cygnus |