aboutsummaryrefslogtreecommitdiff
path: root/config/mh-djgpp
diff options
context:
space:
mode:
authorLaurynas Biveinis <lauras@softhome.net>2001-01-02 15:46:33 +0000
committerDJ Delorie <dj@gcc.gnu.org>2001-01-02 10:46:33 -0500
commitb12ebe848b3fae1e312ba5e40721693397728991 (patch)
tree9b04f51ee7c5b0eae0776a29f6435eaa03e6e59b /config/mh-djgpp
parent071091103cb40a756009ca1a590b175905007fe0 (diff)
downloadgcc-b12ebe848b3fae1e312ba5e40721693397728991.zip
gcc-b12ebe848b3fae1e312ba5e40721693397728991.tar.gz
gcc-b12ebe848b3fae1e312ba5e40721693397728991.tar.bz2
* config/mh-djgpp: do not set CFLAGS.
From-SVN: r38622
Diffstat (limited to 'config/mh-djgpp')
-rw-r--r--config/mh-djgpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/mh-djgpp b/config/mh-djgpp
index b626bc9..88d250a 100644
--- a/config/mh-djgpp
+++ b/config/mh-djgpp
@@ -1,8 +1,3 @@
-# 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
-
# Shorten the target alias so when it is used to set 'libsubdir'
# the name will work in both short and long filename environments.
ifeq ($(findstring -pc-msdosdjgpp,$(target_alias)),-pc-msdosdjgpp)