summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/target-gdb.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-29 14:06:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-29 14:06:02 +0000
commitc86d8e7f37286f5d6a5ae3fe7a8fd57eeab36017 (patch)
tree4dbfc276f70c7d612ea4301016b86959ad3ff633 /scripts/gdb/target-gdb.add
parent2003-01-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c86d8e7f37286f5d6a5ae3fe7a8fd57eeab36017.tar.bz2
2003-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
Diffstat (limited to 'scripts/gdb/target-gdb.add')
-rw-r--r--scripts/gdb/target-gdb.add12
1 files changed, 9 insertions, 3 deletions
diff --git a/scripts/gdb/target-gdb.add b/scripts/gdb/target-gdb.add
index 5def2d93e9..294fbd1d9e 100644
--- a/scripts/gdb/target-gdb.add
+++ b/scripts/gdb/target-gdb.add
@@ -15,7 +15,13 @@ 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
-%doc /opt/rtems/man/man1/@target_alias@-gdb.1
+%defattr(-,attr,attr)
+%doc %{_prefix}/man/man1/@target_alias@-gdb.1*
+%doc %{_prefix}/man/man1/@target_alias@-run.1*
-%dir /opt/rtems/bin
-/opt/rtems/bin/@target_alias@-gdb@exe_ext@
+%dir %{_prefix}/bin
+%{_prefix}/bin/@target_alias@-gdb@exe_ext@
+%{_prefix}/bin/@target_alias@-run@exe_ext@
+%if "@target_alias@" == "sparc-rtems"
+%{_prefix}/bin/@target_alias@-sis@exe_ext@
+%endif