summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/base-gcc.add
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-13 16:37:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-13 16:37:03 +0000
commit1cd0db4073394bef4bce6e568c8dce3eae57f3c5 (patch)
tree75e3d47a3507ae8921984ecb050337bb3012420c /scripts/gccnewlib/base-gcc.add
parent2001-09-13 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1cd0db4073394bef4bce6e568c8dce3eae57f3c5.tar.bz2
2001-09-13 Joel Sherrill <joel@OARcorp.com>
* setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add: Revert changes because of gcc 2.5.x/3.0 transition and continue to support gcc 2.95.x as primary version.
Diffstat (limited to 'scripts/gccnewlib/base-gcc.add')
-rw-r--r--scripts/gccnewlib/base-gcc.add8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/gccnewlib/base-gcc.add b/scripts/gccnewlib/base-gcc.add
index b005b02926..61b97ccea7 100644
--- a/scripts/gccnewlib/base-gcc.add
+++ b/scripts/gccnewlib/base-gcc.add
@@ -24,14 +24,10 @@ This is the files for gcc and newlib that are shared by all targets.
%dir /opt/rtems/man
%dir /opt/rtems/man/man1
-# not in gcc 3.x -- only in gcc 2.x
-# %doc /opt/rtems/man/man1/cccp.1
+%doc /opt/rtems/man/man1/cccp.1
%dir /opt/rtems/include
-# gcc 3.0.1 specific
-/opt/rtems/include/g++-v3
-# gcc 2.x specific
-# /opt/rtems/include/g++-3
+/opt/rtems/include/g++-3
%post -n rtems-base-gcc
if test -d $RPM_INSTALL_PREFIX/rtems/info;