mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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.
19 lines
482 B
Plaintext
19 lines
482 B
Plaintext
%if %build_gnat
|
|
# ==============================================================
|
|
# rtems-base-gnat
|
|
# ==============================================================
|
|
%package -n rtems-base-gnat
|
|
Provides: rtems-base-gnat
|
|
Summary: gcc/gnat tools
|
|
Group: rtems
|
|
|
|
%description -n rtems-base-gnat
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the gcc/gnat tools for the gcc/gnat compiler
|
|
|
|
%files -n rtems-base-gnat
|
|
%dir %{_prefix}/bin
|
|
# %{_prefix}/bin/gnat*
|
|
%endif
|