File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ if [ "$TF_NEED_OPENCL" == "1" ]; then
504504while true ; do
505505 fromuser=" "
506506 if [ -z " $HOST_CXX_COMPILER " ]; then
507- default_cxx_host_compiler=$( which clang ++-3.6 || true)
507+ default_cxx_host_compiler=$( which g ++-4.8 || true)
508508 read -p " Please specify which C++ compiler should be used as the host C++ compiler. [Default is $default_cxx_host_compiler ]: " HOST_CXX_COMPILER
509509 fromuser=" 1"
510510 if [ -z " $HOST_CXX_COMPILER " ]; then
527527while true ; do
528528 fromuser=" "
529529 if [ -z " $HOST_C_COMPILER " ]; then
530- default_c_host_compiler=$( which clang-3.6 || true)
530+ default_c_host_compiler=$( which gcc-4.8 || true)
531531 read -p " Please specify which C compiler should be used as the host C compiler. [Default is $default_c_host_compiler ]: " HOST_C_COMPILER
532532 fromuser=" 1"
533533 if [ -z " $HOST_C_COMPILER " ]; then
You can’t perform that action at this time.
0 commit comments