summaryrefslogtreecommitdiffstats
path: root/package/powerpc-utils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/powerpc-utils/Config.in')
-rw-r--r--package/powerpc-utils/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/powerpc-utils/Config.in b/package/powerpc-utils/Config.in
index 8e02e76459..e18254c124 100644
--- a/package/powerpc-utils/Config.in
+++ b/package/powerpc-utils/Config.in
@@ -1,5 +1,10 @@
+comment "powerpc-utils tools needs a toolchain w/ dynamic library"
+ depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
+ depends on BR2_STATIC_LIBS
+
config BR2_PACKAGE_POWERPC_UTILS
bool "powerpc-utils"
+ depends on !BR2_STATIC_LIBS # dlfcn.h
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
select BR2_PACKAGE_ZLIB
help
OpenPOWER on IntegriCloud