mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
New.
This commit is contained in:
21
scripts/gccnewlib/target-gfortran.add
Normal file
21
scripts/gccnewlib/target-gfortran.add
Normal file
@@ -0,0 +1,21 @@
|
||||
%if %build_f95
|
||||
# ==============================================================
|
||||
# %{gcc_target}-gfortran
|
||||
# ==============================================================
|
||||
%package -n %{rpmprefix}%{gcc_target}-gfortran
|
||||
Summary: gcc/gfortran compiler for %{gcc_target}
|
||||
Group: %{rpmgroup}
|
||||
Requires: %{rpmprefix}rtems@osversion@-base-gfortran %{rpmprefix}%{gcc_target}-gcc
|
||||
|
||||
%description -n %{rpmprefix}%{gcc_target}-gfortran
|
||||
RTEMS is an open source operating system for embedded systems.
|
||||
|
||||
This is the gcc/gfortran compiler for %{gcc_target}
|
||||
|
||||
%files -n %{rpmprefix}%{gcc_target}-gfortran -f build/files.gfortran
|
||||
%defattr(-,root,root)
|
||||
%dir %{_bindir}
|
||||
%{_bindir}/%{gcc_target}-gfortran%{_exeext}
|
||||
|
||||
%{gccexec}/%{gcc_target}/%{gcc_version}/f951%{_exeext}
|
||||
%endif
|
||||
Reference in New Issue
Block a user