summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-04-22 21:44:32 +0000
committerFred Fish <fnf@specifix.com>1992-04-22 21:44:32 +0000
commit9ea9f1ec6a7d0bbc5d58ba382a5665a2f47e589b (patch)
treecfa7aadbfdc39b05b875af0ff4f5b026532272d0
parentde862087a25fd66f917ea58c7f53e42e69f79b67 (diff)
downloadppe42-binutils-9ea9f1ec6a7d0bbc5d58ba382a5665a2f47e589b.tar.gz
ppe42-binutils-9ea9f1ec6a7d0bbc5d58ba382a5665a2f47e589b.zip
Finish MINUS_G eradication.
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index dfbeaa0ebf..546db24169 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -133,7 +133,7 @@ INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR) -I${srcdir}/
# {X,T}M_CFLAGS, if defined, has system-dependent CFLAGS.
# CFLAGS for GDB
-GLOBAL_CFLAGS = ${MINUS_G} ${TM_CFLAGS} ${XM_CFLAGS}
+GLOBAL_CFLAGS = ${TM_CFLAGS} ${XM_CFLAGS}
#PROFILE_CFLAGS = -pg
# CFLAGS is specifically reserved for setting from the command line
OpenPOWER on IntegriCloud