From ea36cfd97f62084ec785cba207af008b681c01ac Mon Sep 17 00:00:00 2001 From: chao an Date: Tue, 28 Nov 2023 22:17:52 +0800 Subject: [PATCH] stm32/clang: enable LIBM avoid build break on clang-17 Signed-off-by: chao an --- boards/arm/stm32/viewtool-stm32f107/configs/tcpblaster/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/stm32/viewtool-stm32f107/configs/tcpblaster/defconfig b/boards/arm/stm32/viewtool-stm32f107/configs/tcpblaster/defconfig index d5c556005ce85..9e99a61ed89ee 100644 --- a/boards/arm/stm32/viewtool-stm32f107/configs/tcpblaster/defconfig +++ b/boards/arm/stm32/viewtool-stm32f107/configs/tcpblaster/defconfig @@ -24,6 +24,7 @@ CONFIG_INTELHEX_BINARY=y CONFIG_IOB_NBUFFERS=50 CONFIG_IOB_NCHAINS=12 CONFIG_LIBC_HOSTNAME="Viewtool-STM32F107" +CONFIG_LIBM=y CONFIG_NET=y CONFIG_NETINIT_NOMAC=y CONFIG_NETINIT_THREAD=y