openpgm: requires compiler intrinsics not available with Blackfin ADI toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Apr 2014 21:54:01 +0000 (23:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Apr 2014 21:54:01 +0000 (23:54 +0200)
Fixes:

  http://autobuild.buildroot.org/results/3bd/3bda860a269dd9a4e38533cc9350892c68102618/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openpgm/Config.in
package/zeromq/Config.in

index 8d6763924d75a97301410057146415b04e3cef16..a9d0cc84dcf6e8b57dbdcc741c2f5196f286e52e 100644 (file)
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_OPENPGM
        bool "openpgm"
-       depends on !BR2_avr32 # toolchain lacks required intrinsics
+       # The following toolchains lack required compiler intrinsics
+       depends on !BR2_avr32
+       depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
+       depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
+       depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_INET_IPV6
        depends on BR2_USE_WCHAR
index 1c53f7e70fa7e5a63872a2c8f22227c3503096e9..a02f4ab474b1ee4ccf2a376dc12ce693023cd06a 100644 (file)
@@ -32,6 +32,9 @@ if BR2_PACKAGE_ZEROMQ
 config BR2_PACKAGE_ZEROMQ_PGM
        bool "PGM/EPGM support"
        depends on !BR2_avr32 # openpgm
+       depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # openpgm
+       depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # openpgm
+       depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 # openpgm
        select BR2_PACKAGE_OPENPGM
        help
          Add support for Pragmatic General Multicast protocol (RFC 3208)