提交 f9f30d43 编写于 作者: D dsamersoff

8024056: runtime/InitialThreadOverflow/testme.sh fails

Summary: on some macines gcc not able to link cxx program
Reviewed-by: dholmes
上级 e1d8ce0b
......@@ -43,9 +43,9 @@ then
exit 0
fi
gcc_cmd=`which gcc`
if [ "x$gcc_cmd" == "x" ]; then
echo "WARNING: gcc not found. Cannot execute test." 2>&1
gcc_cmd=`which g++`
if [ "x$gcc_cmd" = "x" ]; then
echo "WARNING: g++ not found. Cannot execute test." 2>&1
exit 0;
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册