Files
rtems/scripts/gdb/target-gdb.add
Ralf Corsepius 9c8ee7b2bd 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gdb/gdb.add: Remove header, broken cdn-X configuration,
	%clean, Replace @exe_ext@ with %{_exeext}.
	* gdb/mkspec.in: Remove exe_ext.
	* gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
	* gdb/Makefile.am: Use $(top_builddir)/common/common.add,
	$(top_builddir)/common/clean.add, header.add.
	* gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
	* cpukit/mkspec.in: Remove exe_ext.
	* binutils/Makefile.am: Use $(top_builddir)/common/common.add,
	$(top_builddir)/common/clean.add, header.add.
2003-01-31 05:32:20 +00:00

28 lines
809 B
Plaintext

# =====================================================================
# @target_alias@-gdb
# =====================================================================
%package -n @target_alias@-gdb
Provides: @target_alias@-gdb
Summary: rtems gdb for @target_alias@
Group: rtems
Requires: rtems-base-gdb
%description -n @target_alias@-gdb
RTEMS is an open source operating system for embedded systems.
This is the GNU gdb for RTEMS targetting @target_alias@.
%files -n @target_alias@-gdb
%defattr(-,attr,attr)
%doc %{_prefix}/man/man1/@target_alias@-gdb.1*
%doc %{_prefix}/man/man1/@target_alias@-run.1*
%dir %{_prefix}/bin
%{_prefix}/bin/@target_alias@-gdb%{_exeext}
%{_prefix}/bin/@target_alias@-run%{_exeext}
%if "@target_alias@" == "sparc-rtems"
%{_prefix}/bin/@target_alias@-sis%{_exeext}
%endif