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

4.104.114.84.95
Last change on this file since c86d8e7f was c86d8e7f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/29/03 at 14:06:02

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

  • ChangeLog?: Fix yesterday's entry.
  • gdb/target-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes.
  • gdb/gdb.add: Use %{_prefix} instead of /opt/rtems. Remove stray unpackaged files. Use %{_defaultbuildroot} instead of hard-coded values. configure --disable-nls. Misc. minor changes. Add BuildPreReq?: ncurses-devel.
  • gdb/base-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes.
  • gdb/mkspec.in: New.
  • gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
  • gcc3newlib/mkspec.in: Fix usage.
  • gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of hard-coded values. Update copyright notice.
  • mkgdbspec.in: Removed.
  • Makefile.am: Remove mkgdbspec.
  • configure.ac: Remove mkgdbspec. Add gdb/mkspec.
  • Property mode set to 100644
File size: 806 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@exe_ext@
24%{_prefix}/bin/@target_alias@-run@exe_ext@
25%if "@target_alias@" == "sparc-rtems"
26%{_prefix}/bin/@target_alias@-sis@exe_ext@
27%endif
Note: See TracBrowser for help on using the repository browser.