mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-11 01:53:13 +00:00
* gccnewlib/base-gfortran.add: Fix broken install-info. * gccnewlib/base-gnat.add, gccnewlib/target-gnat.add: Adaptations to gcc-4.0.0. Install infos using FC conventions.
28 lines
865 B
Plaintext
28 lines
865 B
Plaintext
%if %build_gnat
|
|
# ==============================================================
|
|
# %{gcc_target}-gnat
|
|
# ==============================================================
|
|
%package -n %{rpmprefix}%{gcc_target}-gnat
|
|
Summary: gcc/gnat compiler for %{gcc_target}
|
|
Group: %{rpmgroup}
|
|
Requires: %{rpmprefix}rtems@osversion@-base-gnat %{rpmprefix}%{gcc_target}-gcc
|
|
|
|
%description -n %{rpmprefix}%{gcc_target}-gnat
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the gcc/gnat compiler for %{gcc_target}
|
|
|
|
%files -n %{rpmprefix}%{gcc_target}-gnat
|
|
%defattr(-,root,root)
|
|
%dir %{_bindir}
|
|
%{_bindir}/%{gcc_target}-gnat*
|
|
|
|
%if "%{gcc_version}" >= "4.0"
|
|
%{_bindir}/%{gcc_target}-gprmake%{_exeext}
|
|
%endif
|
|
|
|
%{gccexec}/%{gcc_target}/%{gcc_version}/gnat1%{_exeext}
|
|
%{gcclib}/%{gcc_target}/%{gcc_version}/adalib
|
|
%{gcclib}/%{gcc_target}/%{gcc_version}/adainclude
|
|
%endif
|