source: rtems/scripts/gdb/target-gdb.add @ 9c8ee7b

4.104.114.84.95
Last change on this file since 9c8ee7b was 9c8ee7b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/03 at 05:32:20

2003-01-31 Ralf Corsepius <corsepiu@…>

  • 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.
  • Property mode set to 100644
File size: 809 bytes
Line 
1# =====================================================================
2# @target_alias@-gdb
3# =====================================================================
4
5%package -n @target_alias@-gdb
6Provides:       @target_alias@-gdb
7Summary:      rtems gdb for @target_alias@
8Group: rtems
9Requires: rtems-base-gdb
10
11%description -n @target_alias@-gdb
12
13RTEMS is an open source operating system for embedded systems.
14
15This is the GNU gdb for RTEMS targetting @target_alias@.
16
17%files -n @target_alias@-gdb
18%defattr(-,attr,attr)
19%doc %{_prefix}/man/man1/@target_alias@-gdb.1*
20%doc %{_prefix}/man/man1/@target_alias@-run.1*
21
22%dir %{_prefix}/bin
23%{_prefix}/bin/@target_alias@-gdb%{_exeext}
24%{_prefix}/bin/@target_alias@-run%{_exeext}
25%if "@target_alias@" == "sparc-rtems"
26%{_prefix}/bin/@target_alias@-sis%{_exeext}
27%endif
Note: See TracBrowser for help on using the repository browser.