summaryrefslogtreecommitdiffstats
path: root/gcc/rundeja
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-11 11:03:46 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-11 11:03:46 -0600
commit4bb4bce05a29a45b472a2b02dd14dfef252d2f2d (patch)
tree00aeaa2c5dc1f798c24185a083265ffffc4f8152 /gcc/rundeja
parentparallelize_build: GNU Parallel script to build all tools (diff)
downloadrtems-testing-4bb4bce05a29a45b472a2b02dd14dfef252d2f2d.tar.bz2
v850 testing corrections
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
;;