summaryrefslogtreecommitdiffstats
path: root/meta/packages/js/files/jsautocfg.h
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-05 11:28:40 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-06 18:28:26 +0100
commit28d52a2f7a2755dc12076d33eef9a917761979ef (patch)
tree3c021ba6a0c3b0cdecba045f57c629bbcf5a5f6f /meta/packages/js/files/jsautocfg.h
parent56bbb27bb06e0e4ad501259631acf9422db12482 (diff)
downloadpoky-28d52a2f7a2755dc12076d33eef9a917761979ef.tar.gz
js: upgrade to version 1.8.0~rc1
from 1.5 use version string 1.7.0+1.8.0rc1 aka. spidermonkey changes: - rebase jsautocfg.h to add JS_HAVE_LONG_LONG, fixing the build failure - document the limitation of jsautocfg.h - jskwgen is a host script, and should be built by BUILD_CC - remove dependency of readline. readline or editline is only used in standalone js command line, which is not shipped in package. Removing the dependency to avoid any concern of GPL3-ization - set BUILD_OPT=1 for optimized build Note on version choice: js is known to have long rc cycles. e.g. the version 1.5: js-1.5-b1: 12/16/1999, js-1.5-rc1: 03/17/2000, js-1.5-rc6a: 06/16/2004, js-1.5 release: 10/22/2005 Current release version is 1.7.0: 10/19/2007, latest version 1.8.0-rc1: 03/09/2009, so 1.8.0-rc1 is used. Note on standalone js vs. xulrunner: xulrunner also includes a js version, that is more updated than standalone spidermonkey. It also uses autotools so jsautocfg.h patch may not be necessary. However the version of xulrunner is different from js, and it's difficult to identify the mapping between them. It needs further investigation on xulrunner's bundled js Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/js/files/jsautocfg.h')
-rw-r--r--meta/packages/js/files/jsautocfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/js/files/jsautocfg.h b/meta/packages/js/files/jsautocfg.h
index ac786dcdad..efaf807acc 100644
--- a/meta/packages/js/files/jsautocfg.h
+++ b/meta/packages/js/files/jsautocfg.h
@@ -49,4 +49,6 @@
49 49
50#define JS_STACK_GROWTH_DIRECTION (-1) 50#define JS_STACK_GROWTH_DIRECTION (-1)
51 51
52#define JS_HAVE_LONG_LONG
53
52#endif /* js_cpucfg___ */ 54#endif /* js_cpucfg___ */