mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
%clean, Replace @exe_ext@ with %{_exeext}.
* gcc3newlib/mkspec.in: Remove exe_ext.
* gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
* gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
* gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
* gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
* gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
* gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
+ gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
$(top_builddir)/common/clean.add, header.add.
26 lines
843 B
Plaintext
26 lines
843 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
|