summaryrefslogtreecommitdiffstats
path: root/rules/python24.in
blob: d92084e8ffb2640686f7938864cc223dd68acfde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=scripting_languages
config PYTHON24
	tristate
	prompt "Python 2.4"
	select LIBC_DL
	select LIBC_UTIL
	select LIBC_PTHREAD
	select HOST_PYTHON24
	select GCCLIBS_CXX
	help
	  Python is a dynamic object-oriented programming
	  language that can be used for many kinds of
	  software development. It offers strong support
	  for integration with other languages and tools,
	  comes with extensive standard libraries, and
	  can be learned in a few days.