summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/gccnewlib.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-15 23:12:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-15 23:12:04 +0000
commit682c7502d2e80e3d405f137cfe04c3e8dd818b0f (patch)
tree0194f33317d7e6b4c8156fb89de5427d50cfe172 /scripts/gcc3newlib/gccnewlib.add
parent2002-08-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-682c7502d2e80e3d405f137cfe04c3e8dd818b0f.tar.bz2
2002-08-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/Makefile.am: Remove c_only remnants. * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++ headers into c++ instead of g++. * gcc3newlib/target-c++.add: Ditto.
Diffstat (limited to 'scripts/gcc3newlib/gccnewlib.add')
-rw-r--r--scripts/gcc3newlib/gccnewlib.add1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gcc3newlib/gccnewlib.add b/scripts/gcc3newlib/gccnewlib.add
index d85aae708b..6855ee15ae 100644
--- a/scripts/gcc3newlib/gccnewlib.add
+++ b/scripts/gcc3newlib/gccnewlib.add
@@ -225,6 +225,7 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
*libobjc*) echo "$i" >> files.objc ;;
*include/objc*) ;;
*include/g++*);;
+ *include/c++*);;
*adainclude*);;
*adalib*);;
*gnat1);;