forked from Imagelibrary/rtems
2002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mkgcc3newlibspec.in: Remove SETUP (bogus). * gcc3newlib/target-c++.add: New. * gcc3newlib/Makefile.am: Add target-c++.add. * gcc3newlib/base-g77.add: Adapt to gcc-3.1. Reflect having split out c++. Various minor fixes. * gcc3newlib/base-gcc.add: Ditto. * gcc3newlib/gccnewlib.add: Ditto. * gcc3newlib/target-gcc.add: Ditto.
This commit is contained in:
@@ -20,22 +20,16 @@ This is the files for gcc and newlib that are shared by all targets.
|
||||
%doc %{_prefix}/info/libc.info*.gz
|
||||
%doc %{_prefix}/info/libm.info*.gz
|
||||
|
||||
%dir %{_prefix}/bin
|
||||
%{_prefix}/bin/gcov@exe_ext@
|
||||
%{_prefix}/bin/gccbug@exe_ext@
|
||||
|
||||
%dir %{_prefix}/man
|
||||
%dir %{_prefix}/man/man1
|
||||
%doc %{_prefix}/man/man1/cpp.1
|
||||
%doc %{_prefix}/man/man1/gcov.1
|
||||
# %doc %{_prefix}/man/man1/cccp.1
|
||||
%doc %{_prefix}/man/man1/cpp.1*
|
||||
%doc %{_prefix}/man/man1/gcov.1*
|
||||
%dir %{_prefix}/man/man7
|
||||
%doc %{_prefix}/man/man7/fsf-funding.7
|
||||
%doc %{_prefix}/man/man7/gfdl.7
|
||||
%doc %{_prefix}/man/man7/gpl.7
|
||||
%doc %{_prefix}/man/man7/fsf-funding.7*
|
||||
%doc %{_prefix}/man/man7/gfdl.7*
|
||||
%doc %{_prefix}/man/man7/gpl.7*
|
||||
|
||||
%dir %{_prefix}/include
|
||||
%{_prefix}/include/g++-v3
|
||||
|
||||
%post -n rtems-base-gcc
|
||||
if test -d $RPM_INSTALL_PREFIX%{_prefix}/info;
|
||||
|
||||
Reference in New Issue
Block a user