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

4.9
Last change on this file since cb33c79f was cb33c79f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/07/11 at 03:40:34

Eliminate gccexec.

  • Property mode set to 100644
File size: 1.7 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}-@NEWLIB_RPMREL@
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%{_mandir}/man1/@tool_target@-cpp.1*
25%{_mandir}/man1/@tool_target@-gcov.1*
26
27%sysdir %{_bindir}
28%{_bindir}/@tool_target@-cpp%{_exeext}
29%{_bindir}/@tool_target@-gcc%{_exeext}
30%{_bindir}/@tool_target@-gcc-%{gcc_version}%{_exeext}
31%{_bindir}/@tool_target@-gcov%{_exeext}
32%{_bindir}/@tool_target@-gccbug
33
34%dir %{_gcclibdir}/gcc/@tool_target@/%{gcc_version}/include
35%if "%{gcc_version}" > "4.0.3"
36%if "@tool_target@" != "bfin-rtems@rtems_api@"
37%if "@tool_target@" != "avr-rtems@rtems_api@"
38%dir %{_gcclibdir}/gcc/@tool_target@/%{gcc_version}/include/ssp
39%endif
40%endif
41%endif
42
43%if "%{gcc_version}" >= "4.3.0"
44%dir %{_gcclibdir}/gcc/@tool_target@/%{gcc_version}/include-fixed
45%endif
46
47%dir %{_libexecdir}/gcc
48%dir %{_libexecdir}/gcc/@tool_target@
49%dir %{_libexecdir}/gcc/@tool_target@/%{gcc_version}
50%{_libexecdir}/gcc/@tool_target@/%{gcc_version}/cc1%{_exeext}
51%{_libexecdir}/gcc/@tool_target@/%{gcc_version}/collect2%{_exeext}
52
Note: See TracBrowser for help on using the repository browser.