diff options
Diffstat (limited to 'package/lttng-tools')
-rw-r--r-- | package/lttng-tools/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/lttng-tools/Config.in b/package/lttng-tools/Config.in index a960b2193d..4d4b923aad 100644 --- a/package/lttng-tools/Config.in +++ b/package/lttng-tools/Config.in @@ -9,7 +9,6 @@ config BR2_PACKAGE_LTTNG_TOOLS depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58595 # lttng-tools/gcc-4.{7,8}.x bug depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # liburcu/gcc-4.8.x bug - depends on BR2_LARGEFILE depends on BR2_USE_WCHAR # util-linux depends on BR2_TOOLCHAIN_HAS_THREADS help @@ -30,10 +29,9 @@ config BR2_PACKAGE_LTTNG_TOOLS http://lttng.org -comment "lttng-tools needs a toolchain w/ largefile, threads, wchar" +comment "lttng-tools needs a toolchain w/ threads, wchar" depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64 - depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || \ - !BR2_USE_WCHAR + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58595 # lttng-tools/gcc-4.{7,8}.x bug depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # liburcu/gcc-4.8.x bug |