summaryrefslogtreecommitdiffstats
path: root/gcc/rundeja
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rundeja')
-rwxr-xr-xgcc/rundeja4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rundeja b/gcc/rundeja
index 205d22a..5285f5d 100755
--- a/gcc/rundeja
+++ b/gcc/rundeja
@@ -100,9 +100,9 @@ case $1 in
DEJABSP=qemu
BSP_SIM=pc386
;;
- v850sim)
+ *v850sim)
CPU=v850
- BSP=v850sim
+ BSP=gdbv850sim
DEJABSP=v850sim
BSP_SIM=v850sim
;;