summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-09 14:35:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-09 14:35:39 +0000
commit343d4ffbf6abd84fc6e9e83916cd597e6168dcb2 (patch)
treec32e37d515b81d1840a9509764b5a2ef772ce918 /scripts/gcc3newlib
parent2002-08-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-343d4ffbf6abd84fc6e9e83916cd597e6168dcb2.tar.bz2
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* setup.def: Increment release for gcc3newlib. * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
Diffstat (limited to 'scripts/gcc3newlib')
-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 e657c12964..36eceaf02d 100644
--- a/scripts/gcc3newlib/gccnewlib.add
+++ b/scripts/gcc3newlib/gccnewlib.add
@@ -170,6 +170,7 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
*include/g++*);;
*jc1) ;;
*jvgenmain) ;;
+ *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
*libstdc++.a) echo "$i" >> files.g++ ;;
*libsupc++.a) echo "$i" >> files.g++ ;;
*) echo "$i" >> files.gcc ;;