summaryrefslogtreecommitdiffstats
path: root/gcc/rundeja
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rundeja')
-rwxr-xr-xgcc/rundeja8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/rundeja b/gcc/rundeja
index 82a3eb6..205d22a 100755
--- a/gcc/rundeja
+++ b/gcc/rundeja
@@ -3,7 +3,7 @@
#
if [ $# -lt 2 ] ; then
- echo USAGE: BSP COMPILER
+ echo USAGE: BSP TESTSUITE
exit 1
fi
@@ -100,6 +100,12 @@ case $1 in
DEJABSP=qemu
BSP_SIM=pc386
;;
+ v850sim)
+ CPU=v850
+ BSP=v850sim
+ DEJABSP=v850sim
+ BSP_SIM=v850sim
+ ;;
*)
echo UNKNOWN BSP
exit 1