aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-19 17:20:53 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-19 17:20:53 +0000
commit615289ece9f0b17664f922bb0c53e85ca04cd911 (patch)
tree6985a4858904bc3d785b9e4c6b37b82c0d980a84 /gdb
parent922b39a492ecaa02e1bbdc6e2f44c10af1eede29 (diff)
downloadgdb-615289ece9f0b17664f922bb0c53e85ca04cd911.zip
gdb-615289ece9f0b17664f922bb0c53e85ca04cd911.tar.gz
gdb-615289ece9f0b17664f922bb0c53e85ca04cd911.tar.bz2
* config/rs6000/rs6000.mh (TERMCAP): Define to -lcurses.
* Makefile.in: Define CXXFLAGS.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/Makefile.in3
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9f869f1..7112a59 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Tue Oct 19 10:43:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * config/rs6000/rs6000.mh (TERMCAP): Define to -lcurses.
+
+ * Makefile.in: Define CXXFLAGS.
+
Tue Oct 19 09:28:52 1993 Stu Grossman (grossman@cygnus.com)
* sparclite/Makefile.in: Fixup so that this works with Sun make
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) \