u-boot/arch/sandbox
Raymond Mao 3507e6208f sandbox: solve undefined reference to pthread_kill symbol
This patch is to solve the sandbox building error:
$ make O=build-sandbox -s sandbox_defconfig
$ make O=build-sandbox -s -j2
/usr/bin/ld: /tmp/u-boot.27rzOu.ltrans58.ltrans.o: undefined reference to symbol 'pthread_kill@@GLIBC_2.2.5'
/usr/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
[...]

Fixes: b989f9ed9f ("test: lib: add initjmp() test")
Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Tested-by: Patrice Chotard <patrice.chotard@foss.st.com>
2025-06-13 16:57:02 -06:00
..
cpu sandbox: add initjmp() 2025-04-23 13:19:44 -06:00
dts sandbox: Select white-on-black 2025-05-02 13:40:25 -06:00
include/asm imx9: scmi: add i.MX95 SoC and clock related code 2025-05-03 16:55:32 -03:00
lib Merge patch series "Switch to using $(PHASE_) in Makefiles" 2025-04-11 12:16:49 -06:00
config.mk sandbox: solve undefined reference to pthread_kill symbol 2025-06-13 16:57:02 -06:00
Kconfig sandbox: remap memory load addresses 2025-03-08 16:27:22 +02:00
Makefile sandbox: fix build failure with musl and SDL 2022-02-09 12:26:12 -07:00