summaryrefslogtreecommitdiffstats
path: root/gcc/do_one
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/do_one
parentparallelize_build: GNU Parallel script to build all tools (diff)
downloadrtems-testing-4bb4bce05a29a45b472a2b02dd14dfef252d2f2d.tar.bz2
v850 testing corrections
Diffstat (limited to 'gcc/do_one')
-rwxr-xr-xgcc/do_one2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/do_one b/gcc/do_one
index c975b5a..c559eb9 100755
--- a/gcc/do_one
+++ b/gcc/do_one
@@ -368,7 +368,7 @@ if [ ${needCPU} = yes -a ${needBSP} = yes -a \
sh-simsh1) dejacfg=rtems-sh-simsh1 ;;
sparc-sis) dejacfg=rtems-sparc-sis ;;
sparc64-niagara) dejacfg=rtems-sparc64-nosim ;;
- v850-v850*sim*) dejacfg=rtems-v850-v850sim ;;
+ v850-*v850*sim*) dejacfg=rtems-v850-v850sim ;;
*)
echo "ERROR ${bsp} is not known to DegaGNU"
exit 1