summaryrefslogtreecommitdiffstats
path: root/rules/js.in
blob: 1af82fa80a8cb8d30dfe6266a88aa6d9c4e855ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=staging
## old section:
### 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.

	  STAGING: remove in ptxdist-2016.07.0
	  This is unmaintained in PTXdist. It needs to be updated to the
	  latest version.