mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* gccnewlib.add: Add various BuildPreReq. Add %defattr(-,root,root) to "dir". * base-g77.add: %defattr(-,root,root). * base-gcc.add %defattr(-,root,root). * base-gcj.add %defattr(-,root,root). * base-gnat.add %defattr(-,root,root). * target-c++.add %defattr(-,root,root). * target-g77.add %defattr(-,root,root). * target-gcc.add %defattr(-,root,root). * target-gcj.add %defattr(-,root,root). * target-gnat.add %defattr(-,root,root). * target-objc.add %defattr(-,root,root).
20 lines
504 B
Plaintext
20 lines
504 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
|
|
%defattr(-,root,root)
|
|
%dir %{_prefix}/bin
|
|
# %{_prefix}/bin/gnat*
|
|
%endif
|