From 2f4e9e0aa4e5cd1ed77542df454ffa517465f61e Mon Sep 17 00:00:00 2001 From: midipix Date: May 26 2021 14:37:36 +0000 Subject: build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern drivers. --- diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index efe19d7..aecbe9f 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -440,7 +440,7 @@ ccenv_set_c_compiler_candidates() ccenv_candidates="$mb_toolchain c99 c11 cc gcc clang" else - ccenv_candidates="c99 c11 cc gcc clang" + ccenv_candidates="cc gcc clang c99 c11" fi }