diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 03:03:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:25 +0000 |
commit | 8bd597ea057a198c61fc277e44021671cca949d0 (patch) | |
tree | 6a656409be770377db367f04568f2f9b529092ac /sofort | |
parent | 4e3b39d64c0f731b1c36c6131f3afe300a433d38 (diff) | |
download | dalist-8bd597ea057a198c61fc277e44021671cca949d0.tar.bz2 dalist-8bd597ea057a198c61fc277e44021671cca949d0.tar.xz |
build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern drivers.
Diffstat (limited to 'sofort')
-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 } |