summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-26 03:03:52 +0000
committermidipix <writeonce@midipix.org>2021-05-26 14:37:24 +0000
commite006400a52081c4fcb86c071025601de152abcee (patch)
tree9995c582245975073eecea13ceb15b0a81e5b835
parenta46da579536bc482498b00d796dead24447200d8 (diff)
downloadbfirm-e006400a52081c4fcb86c071025601de152abcee.tar.bz2
bfirm-e006400a52081c4fcb86c071025601de152abcee.tar.xz
build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern drivers.
-rw-r--r--sofort/ccenv/ccenv.sh2
1 files changed, 1 insertions, 1 deletions
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
}