diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 03:03:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:23 +0000 |
commit | a0cdbe51148e25f40726cf5eb913b9ae2536eb3c (patch) | |
tree | d06c4267db5a4b896ff93cdc16c46f58976ddc07 | |
parent | f7d9b6402edbb2cd2c82dfa215301159861f5c76 (diff) | |
download | bcparser-a0cdbe51148e25f40726cf5eb913b9ae2536eb3c.tar.bz2 bcparser-a0cdbe51148e25f40726cf5eb913b9ae2536eb3c.tar.xz |
build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern drivers.
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
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 } |