diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9f88a99..710161b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -146,6 +146,9 @@ GLOBAL_CFLAGS = $(MT_CFLAGS) $(MH_CFLAGS) # when running make. I.E. "make CFLAGS=-Wmissing-prototypes". CFLAGS = -g +# Need to pass this to testsuite for "make check" +CXXFLAGS = -g + # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros. INTERNAL_CFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \ $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \ |