source: rtems/scripts/gdb/target-gdb.add @ dbb13bf

4.104.114.84.95
Last change on this file since dbb13bf was de819f6e, checked in by Joel Sherrill <joel.sherrill@…>, on 02/10/03 at 16:32:27

2003-02-10 Joel Sherrill <joel@…>

  • gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to determine which targets have simulators, configure with appropriate arguments, and package the correct files.
  • Property mode set to 100644
File size: 861 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%if "%_sim" == "1"
21%doc %{_prefix}/man/man1/@target_alias@-run.1*
22%endif
23
24%dir %{_prefix}/bin
25%{_prefix}/bin/@target_alias@-gdb%{_exeext}
26%if "%_sim" == "1"
27%{_prefix}/bin/@target_alias@-run%{_exeext}
28%endif
29%if "@target_alias@" == "sparc-rtems"
30%{_prefix}/bin/@target_alias@-sis%{_exeext}
31%endif
Note: See TracBrowser for help on using the repository browser.