8024056: runtime/InitialThreadOverflow/testme.sh fails
On some macines gcc not able to link cxx program Reviewed-by: dholmes
This commit is contained in:
parent
76033b1a37
commit
eaa4cfd4a7
@ -43,9 +43,9 @@ then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gcc_cmd=`which gcc`
|
gcc_cmd=`which g++`
|
||||||
if [ "x$gcc_cmd" == "x" ]; then
|
if [ "x$gcc_cmd" = "x" ]; then
|
||||||
echo "WARNING: gcc not found. Cannot execute test." 2>&1
|
echo "WARNING: g++ not found. Cannot execute test." 2>&1
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user