20855b
build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern drivers.
@@ -440,7 +440,7 @@ ccenv_set_c_compiler_candidates()
|
|
440
440
|
ccenv_candidates="$mb_toolchain c99 c11 cc gcc clang"
|
441
441
|
|
442
442
|
else
|
443
|
-
ccenv_candidates="
|
443
|
+
ccenv_candidates="cc gcc clang c99 c11"
|
444
444
|
fi
|
445
445
|
}
|
446
446
|
|