summaryrefslogtreecommitdiffstats
path: root/rules/scriptlanguages.in
blob: ad6c148f323a8bc5a79e9bb917f43a4020895488 (plain)
1
2
3
4
5
6
7
8
9
10
11
comment "Scripting Languages"

comment "Python requires libdl on the target (see C Library)"
	depends on !GLIBC_DL && !UCLIBC_DL

config PYTHON23
	bool
	prompt "Python 2.3"
	depends on GLIBC_DL || UCLIBC_DL
	select GLIBC_UTIL if GLIBC
	select GCCLIBS_CXX