* config/rs6000/rs6000.mh (TERMCAP): Define to -lcurses.

* Makefile.in: Define CXXFLAGS.
This commit is contained in:
Jim Kingdon 1993-10-19 17:20:53 +00:00
parent 922b39a492
commit 615289ece9
2 changed files with 9 additions and 0 deletions

View 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

View 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) \