summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv
diff options
context:
space:
mode:
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh2
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
}