summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/gdb.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-13 07:06:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-13 07:06:29 +0000
commit51586801d1de4bad8bc663c2e702846ad03b5095 (patch)
tree55b4cea2dd5fbe7692139cf03a4b657dbf4aae02 /scripts/gdb/gdb.add
parent2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-51586801d1de4bad8bc663c2e702846ad03b5095.tar.bz2
2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* gdb/Makefile.am: Remove obsolete targets. * gdb/gdb.add: Pass bindir, infodir, mandir to configure.
Diffstat (limited to 'scripts/gdb/gdb.add')
-rw-r--r--scripts/gdb/gdb.add4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/gdb/gdb.add b/scripts/gdb/gdb.add
index f029a8486c..8bfa9cfdb1 100644
--- a/scripts/gdb/gdb.add
+++ b/scripts/gdb/gdb.add
@@ -86,7 +86,9 @@ test -d build || mkdir build
../gdb-%{gdb_version}/configure \
--build=%_build --host=%_host \
--target=%{gdb_target} \
- --verbose --prefix=%{_prefix} $simargs \
+ --prefix=%{_prefix} --bindir=%{_bindir} }
+ --mandir=%{_mandir} --infodir=%{_infodir} \
+ --verbose $simargs \
--disable-nls
make all