1config BR2_PACKAGE_P7ZIP 2 bool "p7zip" 3 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # __sync_*_4 intrisics 4 depends on BR2_INSTALL_LIBSTDCPP 5 depends on BR2_TOOLCHAIN_HAS_THREADS 6 depends on BR2_USE_WCHAR 7 help 8 p7zip is a quick port of the command line version of 7-zip 9 for Unix (see http://www.7-zip.org) 10 11 7-Zip is a file archiver with highest compression ratio. 12 13 http://sourceforge.net/projects/p7zip 14 15comment "p7zip needs a toolchain w/ threads, wchar, C++" 16 depends on BR2_TOOLCHAIN_HAS_SYNC_4 17 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP 18