|
@@ -1,5 +1,6 @@
|
|
|
config BR2_PACKAGE_P7ZIP
|
|
|
bool "p7zip"
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 # __sync_*_4 intrisics
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
depends on BR2_USE_WCHAR
|
|
@@ -12,4 +13,5 @@ config BR2_PACKAGE_P7ZIP
|
|
|
http://sourceforge.net/projects/p7zip
|
|
|
|
|
|
comment "p7zip needs a toolchain w/ threads, wchar, C++"
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
|