]> Git Repo - buildroot-mgba.git/commitdiff
wvstreams: disable with the ARC external toolchain
authorThomas Petazzoni <[email protected]>
Sun, 5 Apr 2015 15:34:43 +0000 (17:34 +0200)
committerThomas Petazzoni <[email protected]>
Sun, 5 Apr 2015 15:35:31 +0000 (17:35 +0200)
This toolchain lacks program_invocation_* in the uClibc configuration.

Fixes:

  http://autobuild.buildroot.org/results/653/6531009b2eae64b4e79f66a625cf2a3f9ffc2ac6/

Signed-off-by: Thomas Petazzoni <[email protected]>
package/wvdial/Config.in
package/wvstreams/Config.in

index e57f9755f756db3c1f6312a282bca3de9a64fe81..14befcf809824f6624d4c55ffea5314725a1ddb9 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_WVDIAL
        bool "wvdial"
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_USE_MMU # wvstreams
+       depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12 # wvstreams
        select BR2_PACKAGE_WVSTREAMS
        help
          wvdial is an intelligent Point-to-Point Protocol dialer
@@ -11,3 +12,4 @@ config BR2_PACKAGE_WVDIAL
 comment "wvdial needs a toolchain w/ C++"
        depends on BR2_USE_MMU
        depends on !BR2_INSTALL_LIBSTDCPP
+       depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12
index 3080dc71ef258ce834a4651dbb48051c02bf3276..0580516b3f6e614d5e4b20ad53c69a6cb7d1b7cc 100644 (file)
@@ -2,6 +2,8 @@ config BR2_PACKAGE_WVSTREAMS
        bool "wvstreams"
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_USE_MMU # fork()
+       # toolchain lacks program_invocation_*
+       depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12
        select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_ZLIB
        help
@@ -12,3 +14,4 @@ config BR2_PACKAGE_WVSTREAMS
 comment "wvstreams needs a toolchain w/ C++"
        depends on BR2_USE_MMU
        depends on !BR2_INSTALL_LIBSTDCPP
+       depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12
This page took 0.041872 seconds and 4 git commands to generate.