diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 03:03:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:33:52 +0000 |
commit | 20855b8f65f0441317cfbed23d9f78fe35c1cbec (patch) | |
tree | 963fd92552d1f1268466a4ff7be74d70b1be8efa /sofort/ccenv | |
parent | 7cb7d74e61b838c5b7de60578469dcfb5915edb7 (diff) | |
download | slibtool-20855b8f65f0441317cfbed23d9f78fe35c1cbec.tar.bz2 slibtool-20855b8f65f0441317cfbed23d9f78fe35c1cbec.tar.xz |
build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern drivers.
Diffstat (limited to 'sofort/ccenv')
-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 } |