summaryrefslogtreecommitdiffstats
path: root/package/libpfm4/Config.in
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-01-05 11:06:00 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-01-05 11:02:16 +0100
commit344a1b88ee46a5b26613d4177979039379373b73 (patch)
tree351f6737300ef3ea9db486d2335f88ec17c22ef3 /package/libpfm4/Config.in
parentbfbe4dd19e94fb24037e3b6080acd75435adbb67 (diff)
downloadbuildroot-344a1b88ee46a5b26613d4177979039379373b73.tar.gz
buildroot-344a1b88ee46a5b26613d4177979039379373b73.zip
libpfm4: disable when pthreads barrier support in missing
The old linuxthreads pthreads implementation does not support barriers. Disable libpfm4 for arches that don't have either NPTL or new linuxthreads pthreads implementation. Fixes http://autobuild.buildroot.net/results/ea5/ea594807b891cbe1f0eddad7f89d34af160636c4/. Also, add missing comment arches dependency. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libpfm4/Config.in')
-rw-r--r--package/libpfm4/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libpfm4/Config.in b/package/libpfm4/Config.in
index 1c2fbdcb0e..86ca8f6b2b 100644
--- a/package/libpfm4/Config.in
+++ b/package/libpfm4/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBPFM4
bool "libpfm4"
depends on !BR2_avr32 # no perf_event_open
+ depends on !BR2_xtensa && !BR2_bfin # no nptl or linuxthreads (new)
depends on BR2_TOOLCHAIN_HAS_THREADS
help
A helper library to help encode Performance Events to use with
@@ -10,3 +11,4 @@ config BR2_PACKAGE_LIBPFM4
comment "libpfm4 needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_avr32 && !BR2_xtensa && !BR2_bfin
OpenPOWER on IntegriCloud