On 8/23/24 23:30, Tom Rini wrote: > On Fri, Aug 23, 2024 at 03:48:38PM +0200, Jerome Forissier wrote: > >> 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 > > "# CONFIG_FOO" not "$ CONFIG_FOO". Fixed in v10 > >> 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 <tr...@konsulko.com> >> Signed-off-by: Jerome Forissier <jerome.foriss...@linaro.org> > > Reviewed-by: Tom Rini <tr...@konsulko.com> Thanks! -- Jerome
- [PATCH v9 26/37] net-lwip: lwIP wget supports user define... Jerome Forissier
- [PATCH v9 27/37] cmd: bdinfo: enable -e when CONFIG_CMD_N... Jerome Forissier
- [PATCH v9 28/37] configs: add qemu_arm64_lwip_defconfig Jerome Forissier
- [PATCH v9 29/37] lwip: tftp: add support of blksize optio... Jerome Forissier
- [PATCH v9 30/37] net-lwip: add TFTP_BLOCKSIZE Jerome Forissier
- [PATCH v9 31/37] CI: add qemu_arm64_lwip to the test matr... Jerome Forissier
- [PATCH v9 32/37] MAINTAINERS: net-lwip: add myself as a m... Jerome Forissier
- [PATCH v9 33/37] Kconfig: fix undefined symbols (g_dnl*) ... Jerome Forissier
- [PATCH v9 34/37] configs: use syntax CONFIG_FOO=n in tool... Jerome Forissier
- Re: [PATCH v9 34/37] configs: use syntax CONFIG_FOO=... Tom Rini
- Re: [PATCH v9 34/37] configs: use syntax CONFIG_... Jerome Forissier
- [PATCH v9 35/37] [TESTING] Kconfig: enable NET_LWIP by de... Jerome Forissier
- Re: [PATCH v9 35/37] [TESTING] Kconfig: enable NET_L... Simon Glass
- Re: [PATCH v9 35/37] [TESTING] Kconfig: enable N... Jerome Forissier
- Re: [PATCH v9 35/37] [TESTING] Kconfig: enab... Simon Glass
- Re: [PATCH v9 35/37] [TESTING] Kconfig: ... Ilias Apalodimas
- Re: [PATCH v9 35/37] [TESTING] Kcon... Simon Glass
- Re: [PATCH v9 35/37] [TESTING] ... Tom Rini
- Re: [PATCH v9 35/37] [TESTING] ... Simon Glass
- Re: [PATCH v9 35/37] [TESTING] ... Jerome Forissier
- [PATCH v9 36/37] [TESTING] configs: set CONFIG_NET=y for ... Jerome Forissier