summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/target-g77.add
blob: 748cd5738887f9682ca5f81ebd1396a25157d5db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%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 %{rpmprefix}%{gcc_target}-gcc

%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)
%dir %{_bindir}
%{_bindir}/%{gcc_target}-g77%{_exeext}

%{gcclib}/%{gcc_target}/%{gcc_version}/f771%{_exeext}
%endif