summaryrefslogtreecommitdiffstats
path: root/package/zmqpp
diff options
context:
space:
mode:
Diffstat (limited to 'package/zmqpp')
-rw-r--r--package/zmqpp/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/zmqpp/Config.in b/package/zmqpp/Config.in
index 68dbf4e756..2ccaf7e2db 100644
--- a/package/zmqpp/Config.in
+++ b/package/zmqpp/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_ZMQPP
bool "zmqpp"
depends on !BR2_avr32 # compiler needs c++0x support
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 # c++0x support
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 # c++0x support
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_INET_IPV6 # zeromq
depends on BR2_LARGEFILE # util-linux
OpenPOWER on IntegriCloud