hc
2024-07-02 39af2116d7581c9a12be9e73bb6bdc31496495ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
   help
     p7zip is a quick port of the command line version of 7-zip
     for Unix (see http://www.7-zip.org)
 
     7-Zip is a file archiver with highest compression ratio.
 
     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