mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
* gcc3newlib/gccnewlib.add: Disable gnats. Further preparations for gcc-3.4.0 * gcc3newlib/base-gcc.add, gcc3newlib/target-gnat.add, gcc3newlib/base-gcj.add, gcc3newlib/target-gcj.add: Reflect changes to gcc3newlib/gccnewlib.add.
24 lines
791 B
Plaintext
24 lines
791 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 %{_prefix}/bin
|
|
%{_prefix}/bin/%{gcc_target}-gnat*
|
|
|
|
%{gcclib}/%{gcc_target}/%{gcc_version}/gnat1%{_exeext}
|
|
%{gcclib}/%{gcc_target}/%{gcc_version}/adalib
|
|
%{gcclib}/%{gcc_target}/%{gcc_version}/adainclude
|
|
%endif
|