summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/target-gcc.add
blob: ce61dd5a16b17921a9cb786153ab5065d5712abb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ==============================================================
# %{gcc_target}-gcc
# ==============================================================
%package -n %{rpmprefix}%{gcc_target}-gcc
Summary:      	rtems gcc and newlib C Library for %{gcc_target}
Group: %{rpmgroup}
Requires: %{rpmprefix}%{gcc_target}-binutils %{rpmprefix}rtems@osversion@-base-gcc

%description -n %{rpmprefix}%{gcc_target}-gcc
RTEMS is an open source operating system for embedded systems.

This is gcc and newlib C Library for %{gcc_target}.

%files -n %{rpmprefix}%{gcc_target}-gcc -f build/files.gcc
%defattr(-,root,root)
%doc %{_prefix}/man/man1/%{gcc_target}-gcc.1*
%if "%{gcc_version}" >= "3.4"
%doc %{_prefix}/man/man1/%{gcc_target}-cpp.1*
%doc %{_prefix}/man/man1/%{gcc_target}-gcov.1*
%endif
%{_prefix}/bin/%{gcc_target}-cpp%{_exeext}
%{_prefix}/bin/%{gcc_target}-gcc%{_exeext}
%if "%{gcc_version}" >= "3.3"
%{_prefix}/bin/%{gcc_target}-gcc-%{gcc_version}%{_exeext}
%endif
%{_prefix}/bin/%{gcc_target}-gcov%{_exeext}
%{_prefix}/bin/%{gcc_target}-gccbug
%{_prefix}/%{gcc_target}/include

%dir %{gcclib}/%{gcc_target}/%{gcc_version}/include

%{gccexec}/%{gcc_target}/%{gcc_version}/cc1%{_exeext}
%{gccexec}/%{gcc_target}/%{gcc_version}/collect2%{_exeext}