summaryrefslogtreecommitdiff
path: root/gcc/do_one
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-24 14:35:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-24 14:35:57 +0000
commit700f610cfdd29c3726fdeb64983f6e07e28f3779 (patch)
tree954c9c1539561bf7adc54efa37fd721c1663752f /gcc/do_one
parent69a2cf1b9222b66fa342513c91a74b629d3572b3 (diff)
2009-02-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* gcc/do_one: If not running tests, do not confirm BSP has a DejaGNU configuration.
Diffstat (limited to 'gcc/do_one')
-rwxr-xr-xgcc/do_one3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/do_one b/gcc/do_one
index 6d6e73d..78aa243 100755
--- a/gcc/do_one
+++ b/gcc/do_one
@@ -203,7 +203,8 @@ do
fi
done
-if [ ${needCPU} = yes -a ${needBSP} = yes ] ; then
+if [ ${needCPU} = yes -a ${needBSP} = yes -a \
+ ${run_gcctests} = yes -a ${run_acats} = yes ] ; then
DEJADIR=${SCRIPTDIR}/dejagnu/boards
if [ ! -d ${DEJADIR} ] ; then
echo "Missing DejaGNU configuration directory (${DEJADIR})"