Merge branch 'master' into add-mbed

This commit is contained in:
lda 2024-09-24 05:16:59 +00:00
commit da7199f03a
5 changed files with 97 additions and 26 deletions

2
configure vendored
View file

@ -37,7 +37,7 @@ case "$(uname)" in
# These systems typically use GCC.
SCRIPT_ARGS="${SCRIPT_ARGS} --cc=gcc"
;;
OpenBSD|FreeBSD)
OpenBSD|FreeBSD|Darwin)
# These systems typically use Clang.
SCRIPT_ARGS="${SCRIPT_ARGS} --cc=clang"
;;