summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-13 07:07:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-13 07:07:18 +0000
commit3e6e43c6524486c1e95d88cc48a6c3664b65f6a8 (patch)
tree36964c23b8474720d0f575272af3ebbf62de3223 /scripts/gdb
parent2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3e6e43c6524486c1e95d88cc48a6c3664b65f6a8.tar.bz2
Fix type in previous patch
Diffstat (limited to 'scripts/gdb')
-rw-r--r--scripts/gdb/gdb.add2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdb/gdb.add b/scripts/gdb/gdb.add
index 8bfa9cfdb1..faed02ac31 100644
--- a/scripts/gdb/gdb.add
+++ b/scripts/gdb/gdb.add
@@ -86,7 +86,7 @@ test -d build || mkdir build
../gdb-%{gdb_version}/configure \
--build=%_build --host=%_host \
--target=%{gdb_target} \
- --prefix=%{_prefix} --bindir=%{_bindir} }
+ --prefix=%{_prefix} --bindir=%{_bindir} \
--mandir=%{_mandir} --infodir=%{_infodir} \
--verbose $simargs \
--disable-nls