summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers/gcc-target-default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-27 19:26:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-27 19:26:09 +0000
commitc2c9c7e58f8e55e4e823b6e758db4d98107c5133 (patch)
tree25fd6d0bddf77c7b05ea1bdb163d39d8e0d68860 /c/src/make/compilers/gcc-target-default.cfg
parentMoved rtemsReboot() to console/inch.c. (diff)
downloadrtems-c2c9c7e58f8e55e4e823b6e758db4d98107c5133.tar.bz2
Added names for C++ compilers.
Diffstat (limited to '')
-rw-r--r--c/src/make/compilers/gcc-target-default.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/make/compilers/gcc-target-default.cfg b/c/src/make/compilers/gcc-target-default.cfg
index 51a8bfa708..20dc531661 100644
--- a/c/src/make/compilers/gcc-target-default.cfg
+++ b/c/src/make/compilers/gcc-target-default.cfg
@@ -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)