Added names for C++ compilers.

This commit is contained in:
Joel Sherrill
1998-05-27 19:26:09 +00:00
parent 339cc25c20
commit c2c9c7e58f
2 changed files with 14 additions and 0 deletions

View File

@@ -1,6 +1,13 @@
#
# Shared compiler for all GNU tools configurations
#
# $Id$
#
# names for C++ compilers.
CXX=$(CC)
CCC=$(CXX)
CPPFLAGS=$(CFLAGS) $(XCPPFLAGS)
CPLUS_CPPFLAGS=$(CFLAGS) $(XCPPFLAGS)