mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Replace MINUS_G with CFLAGS.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
# Unfortunately though, the AT&T compiler sometimes generates code that
|
# 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.
|
# the assembler barfs on if -g is used, so disable it by default as well.
|
||||||
CC = /usr/ccs/ATT/cc
|
CC = /usr/ccs/ATT/cc
|
||||||
MINUS_G =
|
CFLAGS =
|
||||||
|
|
||||||
SYSV_DEFINE=-DSYSV
|
SYSV_DEFINE=-DSYSV
|
||||||
REGEX=regex.o
|
REGEX=regex.o
|
||||||
|
Reference in New Issue
Block a user