mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
Replace MINUS_G by CFLAGS.
This commit is contained in:
parent
64cebbc53a
commit
61984ba242
@ -88,8 +88,7 @@ TYPES = -DVOID_SIGHANDLER
|
||||
# the vi line editing mode and features.
|
||||
READLINE_DEFINES = $(TYPES) -DVI_MODE
|
||||
|
||||
MINUS_G=-g
|
||||
DEBUG_FLAGS = $(MINUS_G)
|
||||
DEBUG_FLAGS = -g
|
||||
LDFLAGS = $(DEBUG_FLAGS)
|
||||
H_CFLAGS=-D__MSDOS__ -D__GO32__
|
||||
CFLAGS = $(H_CFLAGS) $(DEBUG_FLAGS) $(USG) -I. $(LOCAL_INCLUDES) $(CPPFLAGS) $(READLINE_DEFINES)
|
||||
|
Loading…
Reference in New Issue
Block a user