From a16b01ab96d7cffdd7d6e5ea831b5f4062a89dbf Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Wed, 26 May 2021 03:03:52 +0000
Subject: build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern
 drivers.

---
 sofort/ccenv/ccenv.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }
 
-- 
cgit v1.2.3