summaryrefslogtreecommitdiffstats
path: root/package/php/php.mk
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2014-09-18 15:49:20 +0400
committerPeter Korsgaard <peter@korsgaard.com>2014-09-18 21:57:55 +0200
commit6e14f3baf6e572ab57cb8f7c7509bb73768cb5d4 (patch)
treef63935c2e0e935d749cfb19e2020c42942e83fda /package/php/php.mk
parent6976dda8c7518083ca58d83d12f235b2c602462b (diff)
downloadbuildroot-6e14f3baf6e572ab57cb8f7c7509bb73768cb5d4.tar.gz
buildroot-6e14f3baf6e572ab57cb8f7c7509bb73768cb5d4.zip
libpfm4: needs NPTL support
Fixes following build failure: --->--- self_smpl_multi.c: In function 'my_thread': self_smpl_multi.c:354:2: error: implicit declaration of function 'pthread_barrier_wait' [-Werror=implicit-function-declaration] pthread_barrier_wait(&barrier); ^ self_smpl_multi.c: In function 'main': self_smpl_multi.c:450:2: error: implicit declaration of function 'pthread_barrier_init' [-Werror=implicit-function-declaration] pthread_barrier_init(&barrier, 0, max_thr+1); ^ cc1: all warnings being treated as errors --->--- And since xtensa, avr32 and bfin don't support NPTL we may remove arch dependencies as well. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php/php.mk')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud