|
@@ -8,7 +8,7 @@ config BR2_PACKAGE_UFTRACE_ARCH_SUPPORTS
|
|
|
config BR2_PACKAGE_UFTRACE
|
|
|
bool "uftrace"
|
|
|
depends on BR2_PACKAGE_UFTRACE_ARCH_SUPPORTS
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # pthread_setname_np()
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE if \
|
|
|
BR2_TOOLCHAIN_USES_UCLIBC || \
|
|
@@ -23,6 +23,6 @@ config BR2_PACKAGE_UFTRACE
|
|
|
|
|
|
https://github.com/namhyung/uftrace
|
|
|
|
|
|
-comment "uftrace needs a toolchain w/ threads, dynamic library"
|
|
|
+comment "uftrace needs a toolchain w/ NPTL, dynamic library"
|
|
|
depends on BR2_PACKAGE_UFTRACE_ARCH_SUPPORTS
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
|