20855b build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern drivers.

Authored and Committed by midipix 3 years ago
    build system: ccenv: ccenv_set_c_compiler_candidates(): favor modern drivers.
    
        
file modified
+1 -1
sofort/ccenv/ccenv.sh CHANGED
@@ -440,7 +440,7 @@ ccenv_set_c_compiler_candidates()
440
440
ccenv_candidates="$mb_toolchain c99 c11 cc gcc clang"
441
441
442
442
else
443
- ccenv_candidates="c99 c11 cc gcc clang"
443
+ ccenv_candidates="cc gcc clang c99 c11"
444
444
fi
445
445
}
446
446