diff options
author | Fred Fish <fnf@specifix.com> | 1992-04-22 21:44:58 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-04-22 21:44:58 +0000 |
commit | 952131da03eab6f6eebfd41818bef84fe0f8bf7b (patch) | |
tree | f5d005b77a4ae9d428f1f92b5d8db5308313f591 /gdb | |
parent | 9ea9f1ec6a7d0bbc5d58ba382a5665a2f47e589b (diff) | |
download | gdb-952131da03eab6f6eebfd41818bef84fe0f8bf7b.zip gdb-952131da03eab6f6eebfd41818bef84fe0f8bf7b.tar.gz gdb-952131da03eab6f6eebfd41818bef84fe0f8bf7b.tar.bz2 |
Replace MINUS_G with CFLAGS.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/ncr3000.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/ncr3000.mh b/gdb/config/ncr3000.mh index 2016b1b..f5ae3f9 100644 --- a/gdb/config/ncr3000.mh +++ b/gdb/config/ncr3000.mh @@ -7,7 +7,7 @@ # Unfortunately though, the AT&T compiler sometimes generates code that # the assembler barfs on if -g is used, so disable it by default as well. CC = /usr/ccs/ATT/cc -MINUS_G = +CFLAGS = SYSV_DEFINE=-DSYSV REGEX=regex.o |