summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/gdb/gdb.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdb/gdb.spec.in b/scripts/gdb/gdb.spec.in
index 9a1ed0d821..2aa4b534e6 100644
--- a/scripts/gdb/gdb.spec.in
+++ b/scripts/gdb/gdb.spec.in
@@ -58,7 +58,7 @@ echo RPM_BUILD_ROOT=${RPM_BUILD_ROOT}
test -d build || mkdir build
cd build
../gdb-@gdb_version@/configure --target=@target_alias@ \
- --verbose --prefix=/opt/rtems
+ --verbose --prefix=/opt/rtems @extra_configure_arguments@
make all
make info