Commit 5f936add authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files

openpgm: Blacklist Blackfin ADI 2014R1 toolchain

Openpgm requires compiler intrinsics not available with Blackfin ADI toolchains.

Fixes:
http://autobuild.buildroot.net/results/394/394cf96cc0ab9029e5baa84b19e2b4d7a553f077/



[Thomas: propagate dependency to zeromq.]

Signed-off-by: default avatarRomain Naour <romain.naour@openwide.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 23fed97a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_OPENPGM
	bool "openpgm"
	# The following toolchains lack required compiler intrinsics
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
	depends on BR2_TOOLCHAIN_HAS_THREADS
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ if BR2_PACKAGE_ZEROMQ

config BR2_PACKAGE_ZEROMQ_PGM
	bool "PGM/EPGM support"
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # openpgm
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # openpgm
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # openpgm
	select BR2_PACKAGE_OPENPGM