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