summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/target-g77.add
blob: 7133081a851644bc58c60b1e6a7b5e801c3e85a0 (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
%if %build_g77
# ==============================================================
# %{gcc_target}-g77
# ==============================================================
%package -n %{rpmprefix}%{gcc_target}-g77
Summary:        gcc/g77 compiler for %{gcc_target}
Group:          %{rpmgroup}
Version:	%{gcc_version}
Requires:       %{rpmprefix}rtems@osversion@-base-g77
Requires:       %{rpmprefix}%{gcc_target}-gcc = %{gcc_version}-%{release}

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

This is the gcc/g77 compiler for %{gcc_target}

%files -n %{rpmprefix}%{gcc_target}-g77 -f build/files.g77
%defattr(-,root,root)
%{_bindir}/%{gcc_target}-g77%{_exeext}

%{_mandir}/man1/%{gcc_target}-g77.1*

%dir %{gccexec}
%dir %{gccexec}/%{gcc_target}
%dir %{gccexec}/%{gcc_target}/%{gcc_version}
%{gccexec}/%{gcc_target}/%{gcc_version}/f771%{_exeext}
%endif