mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
* gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
* gcc3newlib/Makefile.am: Use mkspec for c4x.
* gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
Rework handing Ada.
Don't put adalib and adainclude into files.gcc.
* gcc3newlib/target-gnat.add: Add adalib.
Add adainclude.
25 lines
820 B
Plaintext
25 lines
820 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
|
|
# %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@exe_ext@
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/adalib
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/adainclude
|
|
%endif
|