summaryrefslogtreecommitdiffstats
path: root/aclocal/bsp-alias.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-01 21:49:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-01 21:49:22 +0000
commit58236c8ffa2968424afb719a9093ab8b6f667ebe (patch)
tree75436b3a8c21db343e7e75b3cedead1ff7338493 /aclocal/bsp-alias.m4
parent2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-58236c8ffa2968424afb719a9093ab8b6f667ebe.tar.bz2
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/bsp-alias.m4: Add BSP for GDB ARM simulator so we can easily experiment with and debug different ARM architectural variations.
Diffstat (limited to '')
-rw-r--r--aclocal/bsp-alias.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index 99442483ba..1f9a670bc9 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -9,6 +9,11 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
case $1 in
bare*) $2=bare ;; # EXP: bare-aliases
+ arm7tdmi) $2=gdbarmsim ;; # arm simulator in gdb
+ arm920) $2=gdbarmsim ;; # arm simulator in gdb
+ arm1136jfs) $2=gdbarmsim ;; # arm simulator in gdb
+ arm1136js) $2=gdbarmsim ;; # arm simulator in gdb
+ armcortexa9) $2=gdbarmsim ;; # arm simulator in gdb
c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb
csb637) $2=csb337 ;; # Cogent CSB637
gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode