diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 03:03:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:36 +0000 |
commit | 2f4e9e0aa4e5cd1ed77542df454ffa517465f61e (patch) | |
tree | 3387205f48627e0444b4efcc899903779874e358 /sofort/ccenv/ccenv.sh | |
parent | 13f85cb637fa61524365ca80d0c830a6291f3d17 (diff) | |
download | tpax-2f4e9e0aa4e5cd1ed77542df454ffa517465f61e.tar.bz2 tpax-2f4e9e0aa4e5cd1ed77542df454ffa517465f61e.tar.xz |
build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern drivers.
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-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 } |