diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-02 15:46:33 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-02 15:46:33 +0000 |
commit | f29def9dd34c4419d16f1344efd2d7cebf6820d1 (patch) | |
tree | 9b04f51ee7c5b0eae0776a29f6435eaa03e6e59b /config/mh-djgpp | |
parent | 95426b7207602e5556be0bfea8a005e068aa1f1a (diff) | |
download | gcc-f29def9dd34c4419d16f1344efd2d7cebf6820d1.tar.gz |
* config/mh-djgpp: do not set CFLAGS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/mh-djgpp')
-rw-r--r-- | config/mh-djgpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/mh-djgpp b/config/mh-djgpp index b626bc9407b..88d250a73da 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) |