summaryrefslogtreecommitdiffstats
path: root/rules/python24.in
blob: bacae21d8abb2d52fa58d82c505eeac4b0126330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config PYTHON24
	bool
	prompt "Python 2.4"
	# FIXME: make this uClibc/glibc aware
	select GLIBC_DL
	select HOST_PYTHON24
	select GLIBC_UTIL
	select GLIBC_PTHREAD
	select GLIBC
	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.