summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRaymond Mao <[email protected]>2025-06-04 08:48:11 -0700
committerTom Rini <[email protected]>2025-06-13 16:57:02 -0600
commit3507e6208f3df1fc1dedb8fce1e8b71c33b3b804 (patch)
tree69609b61e69988a3b2513c796b26e0a4ae193e51 /scripts
parent2ab10ed2399b0c1c790733884935c94ad65aa2a8 (diff)
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: b989f9ed9fe1 ("test: lib: add initjmp() test") Signed-off-by: Raymond Mao <[email protected]> Reviewed-by: Jerome Forissier <[email protected]> Tested-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions