summaryrefslogtreecommitdiffstats
path: root/rules/zlib.in
blob: 008d4d455cc2449d4941865bf13aa022d178257e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=system_libraries
menuconfig ZLIB
	tristate
	prompt "zlib                          "
	select GCCLIBS_GCC_S
	help
	  A Massively Spiffy Yet Delicately Unobtrusive 
	  Compression Library

 	  (Also Free, Not to Mention Unencumbered by Patents)

config ZLIB_STATIC
	bool
	prompt "build static only"
	depends on ZLIB
	help
	  Build a static only version of this library. This makes sense if only
	  one program will use this library on the target and it makes more
	  sense if a CPU with low register count (like x86) is in use.