forked from Imagelibrary/rtems
Added names for C++ compilers.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user