* config/rs6000/rs6000.mh (TERMCAP): Define to -lcurses.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 19 Oct 1993 17:20:53 +0000 (17:20 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 19 Oct 1993 17:20:53 +0000 (17:20 +0000)
* Makefile.in: Define CXXFLAGS.

gdb/ChangeLog
gdb/Makefile.in

index 9f869f1e99ac4dcce75215a0e235d8b51095e35a..7112a598fed9faab83fed2d1a6daaace11da7c1b 100644 (file)
@@ -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
index 9f88a99d3a0cb121314e6ee8251a1a52a76930e9..710161b7fe74d3bf11087a0ca57276dec06c5d14 100644 (file)
@@ -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) \