summaryrefslogtreecommitdiffstats
path: root/sim-scripts/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-29 11:00:58 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-29 11:02:56 -0500
commit12c31d11c633a86b73df447438388b354e3c18e6 (patch)
treece67ab472a7d71ea2206aee6e8445444ab2995c9 /sim-scripts/Makefile
parentRename leon2 and leon3 scripts to indicate they use tsim (diff)
downloadrtems-testing-12c31d11c633a86b73df447438388b354e3c18e6.tar.bz2
Add support for erc32, leon2 and leon3 in GDB SIS
Diffstat (limited to '')
-rw-r--r--sim-scripts/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/sim-scripts/Makefile b/sim-scripts/Makefile
index 3782b04..4b5ef40 100644
--- a/sim-scripts/Makefile
+++ b/sim-scripts/Makefile
@@ -1,6 +1,6 @@
INSTALL_DIR=../bin
GDBSIM_SCRIPTS=bf537Stamp ezkit533 gdbarmsim h8sim jmr3904 lm32_evr \
- m32csim m32rsim or1ksim psim sis simsh v850sim
+ m32csim m32rsim or1ksim psim sis erc32 leon2 leon3 simsh v850sim
SKYEYE_SCRIPTS=ant5206 bf537Stamp-skyeye csb337 csb350 csb360 edb7312 \
ezkit533-skyeye gumstix rtl22xx smdk2410 leon2-skyeye
@@ -142,6 +142,15 @@ psim psim-gdb: gdb-sim-run.in gdb-sim.in psim.in
sis sis-gdb: gdb-sim-run.in gdb-sim.in sis.in
./mkrun yes SPARC sparc sis
+erc32 erc32-gdb: gdb-sim-run.in gdb-sim.in erc32.in
+ ./mkrun yes SPARC sparc erc32
+
+leon2 leon2-gdb: gdb-sim-run.in gdb-sim.in leon2.in
+ ./mkrun yes SPARC sparc leon2
+
+leon3 leon3-gdb: gdb-sim-run.in gdb-sim.in leon3.in
+ ./mkrun yes SPARC sparc leon3
+
simsh simsh-gdb: gdb-sim-run.in gdb-sim.in simsh.in
./mkrun yes SuperH sh simsh