summaryrefslogtreecommitdiffhomepage
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:38 +0000
commit1a3a8edfe0d63d94e3faa8678370cdd2d39692f6 (patch)
tree746b537770ecd1b109ea8b5e48cf9e90bb25a70a
parent69e2244d4eda7c4b49c902fee2f4d52f8597490c (diff)
downloadw32lib-1a3a8edfe0d63d94e3faa8678370cdd2d39692f6.tar.bz2
w32lib-1a3a8edfe0d63d94e3faa8678370cdd2d39692f6.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
}