source: rtems/contrib/crossrpms/gcc/target-gcc.add @ dfc0dc23

4.104.114.95
Last change on this file since dfc0dc23 was 51aac0e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/28/07 at 07:38:40

Cleanups.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1# ==============================================================
2# @rpmprefix@@tool_target@-gcc
3# ==============================================================
4# %package -n @rpmprefix@@tool_target@-gcc
5# Summary:        GNU cc compiler for @tool_target@
6# Group:          Development/Tools
7# Version:        %{gcc_rpmvers}
8# Requires:       @rpmprefix@@tool_target@-binutils
9# Requires:       @rpmprefix@@tool_target@-newlib = %{newlib_version}-%{release}
10# License:      GPL
11
12# %if %build_infos
13# Requires:      @rpmprefix@gcc-common
14# %endif
15
16%description -n @rpmprefix@@tool_target@-gcc
17GNU cc compiler for @tool_target@.
18
19%files -n @rpmprefix@@tool_target@-gcc -f build/files.gcc
20%defattr(-,root,root)
21%sysdir %{_mandir}
22%sysdir %{_mandir}/man1
23%{_mandir}/man1/@tool_target@-gcc.1*
24%if "%{gcc_version}" >= "3.4"
25%{_mandir}/man1/@tool_target@-cpp.1*
26%{_mandir}/man1/@tool_target@-gcov.1*
27%endif
28
29%sysdir %{_bindir}
30%{_bindir}/@tool_target@-cpp%{_exeext}
31%{_bindir}/@tool_target@-gcc%{_exeext}
32%if "%{gcc_version}" >= "3.3"
33%{_bindir}/@tool_target@-gcc-%{gcc_version}%{_exeext}
34%endif
35%{_bindir}/@tool_target@-gcov%{_exeext}
36%{_bindir}/@tool_target@-gccbug
37
38%dir %{gcclib}/@tool_target@/%{gcc_version}/include
39%if "%{gcc_version}" > "4.0.3"
40%if "@tool_target@" != "bfin-rtems4.9"
41%dir %{gcclib}/@tool_target@/%{gcc_version}/include/ssp
42%endif
43%endif
44
45%dir %{gccexec}
46%dir %{gccexec}/@tool_target@
47%dir %{gccexec}/@tool_target@/%{gcc_version}
48%{gccexec}/@tool_target@/%{gcc_version}/cc1%{_exeext}
49%{gccexec}/@tool_target@/%{gcc_version}/collect2%{_exeext}
50
Note: See TracBrowser for help on using the repository browser.