summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/target-g77.add
blob: 1839fcb7c9cac2c681aec85f3cd4f5878f7cfd57 (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
# ==============================================================
# @target_alias@-g77
# ==============================================================
%package -n @target_alias@-g77
Provides:	@target_alias@-g77
Summary:	gcc/g77 compiler for @target_alias@
Group: rtems
Requires: rtems-base-g77 @target_alias@-gcc

%description -n @target_alias@-g77
RTEMS is an open source operating system for embedded systems.

This is the gcc/g77 compiler for @target_alias@

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

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