summaryrefslogtreecommitdiff
path: root/lib/mbedtls/mscode_parser.c
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2024-10-16 11:56:23 +0200
committerTom Rini <trini@konsulko.com>2024-10-16 11:11:55 -0600
commitc2cd7bd3ecfe058c8365795d5bc9f49bd0ad5a0c (patch)
treedda98b0b0833cb4fd37fb6e5c0c3916f83b677c0 /lib/mbedtls/mscode_parser.c
parent1ca0ddb643f3b152439f7bb8f6ee3f5826d7102d (diff)
configs: use syntax CONFIG_FOO=n in tools-only_defconfig
The tools-only defconfig causes troubles on MacOSX due to the default C compiler being Clang (LLVM) rather than GCC and more specifically due to [1]. Therefore replace "# CONFIG_FOO is not set" with the equivalent "CONFIG_FOO=n" using the following command: $ sed -i -e 's/# \(CONFIG_[^ ]*\) is not set/\1=n/' \ configs/tools-only_defconfig This fixes the tools_only_macOS CI job on GitHub [2]. [1] https://github.com/llvm/llvm-project/issues/78778 [2] https://dev.azure.com/u-boot/u-boot/_build/results?buildId=9105&view=results Suggested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'lib/mbedtls/mscode_parser.c')
0 files changed, 0 insertions, 0 deletions