mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
* gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version. Apply %gcc_version, %newlib_version. * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
26 lines
846 B
Plaintext
26 lines
846 B
Plaintext
%if %build_gnat
|
|
# ==============================================================
|
|
# @target_alias@-gnat
|
|
# ==============================================================
|
|
%package -n @target_alias@-gnat
|
|
Provides: @target_alias@-gnat
|
|
Summary: gcc/gnat compiler for @target_alias@
|
|
Group: rtems
|
|
Requires: rtems-base-gnat @target_alias@-gcc
|
|
|
|
%description -n @target_alias@-gnat
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the gcc/gnat compiler for @target_alias@
|
|
|
|
%files -n @target_alias@-gnat
|
|
%defattr(-,root,root)
|
|
# %files -n @target_alias@-gnat -f build/files.gnat
|
|
%dir %{_prefix}/bin
|
|
%{_prefix}/bin/@target_alias@-gnat*
|
|
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/gnat1%{_exeext}
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/adalib
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/adainclude
|
|
%endif
|