mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
* base-g77.add, base-gcc.add, base-gcj.add, base-gnat.add,
target-c++.add, target-g77.add, target-gcc.add, target-gcj.add,
target-gnat.add, target-objc.add
Add support for %{rpmprefix}, %{rpmgroup}.
Use %{gcc_target and %{gcc_version}.
Remove "Provides:".
* gccnewlib.add: Ditto.
Correct setting up _gcj.
Explicitly build c++filt for gcc >= 3.3.
* mkspec.in: Add support for %{rpmprefix}, %{rpmgroup}.
19 lines
520 B
Plaintext
19 lines
520 B
Plaintext
%if %build_gnat
|
|
# ==============================================================
|
|
# rtems-base-gnat
|
|
# ==============================================================
|
|
%package -n %{rpmprefix}rtems-base-gnat
|
|
Summary: gcc/gnat tools
|
|
Group: %{rpmgroup}
|
|
|
|
%description -n %{rpmprefix}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 %{rpmprefix}rtems-base-gnat
|
|
%defattr(-,root,root)
|
|
%dir %{_prefix}/bin
|
|
# %{_prefix}/bin/gnat*
|
|
%endif
|