https://sourceware.org/bugzilla/show_bug.cgi?id=33784
--- Comment #3 from Indu Bhagat <indu.bhagat at oracle dot com> ---
Another problem with check_pr33401 is that if CXX_FOR_TARGET is detected, but
check_compiler_available fails (check_compiler_available is checked for by
run_cc_link_tests).
In this case the step 1 will be UNSUPPORTED and looks like run_cc_link_tests
errors out somewhere causing DEJANGU Error when running sframe.exp.
One option is to check :
if { ![check_compiler_available] } {
unsupported "PR ld/33401"
return 0
}
instead of CXX_FOR_TARGET ?
--
You are receiving this mail because:
You are on the CC list for the bug.