summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/target-g77.add
blob: abd1b5e792ff023d0cc7e5188a2208cc7692ce50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%if %build_g77
# ==============================================================
# %{gcc_target}-g77
# ==============================================================
%package -n %{gcc_target}-g77
Provides:	%{gcc_target}-g77
Summary:	gcc/g77 compiler for %{gcc_target}
Group: rtems
Requires: rtems-base-g77 %{gcc_target}-gcc

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

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

%files -n %{gcc_target}-g77 -f build/files.g77
%defattr(-,root,root)
%dir %{_prefix}/bin
%{_prefix}/bin/%{gcc_target}-g77%{_exeext}

%{_prefix}/lib/gcc-lib/%{gcc_target}/%{gcc_version}/f771%{_exeext}
%endif