summaryrefslogtreecommitdiffstats
path: root/rules/js.in
blob: ef0d005e9f823fc2894e25ddedcd548910a98944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=scripting_languages

config JS
	tristate
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select LIBC_M
	select LIBC_DL
	select LIBC_PTHREAD
	prompt "js (spidermonkey)"
	help
	  Spidermonkey is the JavaScript engine of the Mozilla firefox project.