From 952131da03eab6f6eebfd41818bef84fe0f8bf7b Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Wed, 22 Apr 1992 21:44:58 +0000 Subject: [PATCH] Replace MINUS_G with CFLAGS. --- gdb/config/ncr3000.mh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/config/ncr3000.mh b/gdb/config/ncr3000.mh index 2016b1b54ac..f5ae3f9137b 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 -- 2.30.2