From b12ebe848b3fae1e312ba5e40721693397728991 Mon Sep 17 00:00:00 2001 From: Laurynas Biveinis Date: Tue, 2 Jan 2001 15:46:33 +0000 Subject: [PATCH] * config/mh-djgpp: do not set CFLAGS. From-SVN: r38622 --- config/ChangeLog | 4 ++++ config/mh-djgpp | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 22c29eef515..4a89f6e640b 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2001-01-02 Laurynas Biveinis + + * mh-djgpp: do not set CFLAGS. + 2000-08-04 Mark Elbrecht * mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally 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)