kumquat-buildroot/package/mpd
Zakharov Vlad 4d3556662d mpd: fix build for ARC
mpd package fails for both internal and external ARC toolchain as check
for pthread support fails. Such checks fails because _REENTRANT flag is
not defined in gcc even when -pthread is passed.

So we add patch to gcc that defines _REENTRANT  on ARC when -pthread is
passed.

Also it disables mpd package for external ARC toolchain as it fails due
to the same issue.

This patch should be reverted as soon as the patch for GCC becomes a
part of ARC toolchain.

Fixes:
  http://autobuild.buildroot.net/results/7d7/7d70b62ad996830fbeca46dffcc7a1dc030e575d//

Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-01 22:11:37 +01:00
..
0001-configure.ac-check-if-libatomic-is-needed.patch
Config.in mpd: fix build for ARC 2017-03-01 22:11:37 +01:00
mpd.conf
mpd.hash package/mpd: add choice between version 0.19 and 0.20 2017-02-15 21:32:18 +01:00
mpd.mk package/mpd: use proper BR2_PACKAGE_MPD_VERSION_0_19 symbol 2017-02-16 22:31:02 +01:00
S95mpd