diff options
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 |