summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-18 20:41:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-18 20:41:13 +0000
commit5503d75c00d94d2e0b7677d137c38a44e19d725e (patch)
treeb1e0aee983f187028006c909c66f791dced7a109
parentCorrected to remove references to non-existent subpackages. (diff)
downloadrtems-5503d75c00d94d2e0b7677d137c38a44e19d725e.tar.bz2
Corrected to include extra arguments for simulators on sparc
and powerpc targets.
-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