summaryrefslogtreecommitdiffstats
path: root/scripts/mkgdbspec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-14 19:43:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-14 19:43:57 +0000
commitb9a7287e2d01ce10eab0fe69e0ad3f2438007e51 (patch)
treebab520509d2e66fa871411983ac8d66754d08d26 /scripts/mkgdbspec.in
parent2001-03-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b9a7287e2d01ce10eab0fe69e0ad3f2438007e51.tar.bz2
2001-03-14 Joel Sherrill <joel@OARcorp.com>
* gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems configuration to gdb since this includes the JMR3904 simulator.
Diffstat (limited to '')
-rw-r--r--scripts/mkgdbspec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mkgdbspec.in b/scripts/mkgdbspec.in
index bc59720df6..c563bab293 100644
--- a/scripts/mkgdbspec.in
+++ b/scripts/mkgdbspec.in
@@ -84,6 +84,9 @@ sed -e "s%@Release@%${gdb_rpm_release}%g" \
> ${specfile}
case ${target_alias} in
+ mipstx39*)
+ echo "/opt/rtems/bin/${target_alias}-run${exe_ext}"
+ ;;
powerpc*)
echo "/opt/rtems/bin/${target_alias}-run${exe_ext}"
;;