summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/base-gcc.add
diff options
context:
space:
mode:
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;