mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
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