diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 03:03:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:33 +0000 |
commit | 0d4904538cea866d02df1c25fb4a990fc745cd7d (patch) | |
tree | 698eabd4a0df775b77530125bcbaaf1c03b44f91 /sofort | |
parent | be153105baa97f1ee8c9f8a5acd89779b638d064 (diff) | |
download | sbpython2-0d4904538cea866d02df1c25fb4a990fc745cd7d.tar.bz2 sbpython2-0d4904538cea866d02df1c25fb4a990fc745cd7d.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 } |