CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/11/08 10:18:29
Modified files:
devel/spidermonkey128: Makefile
Added files:
devel/spidermonkey128/pkg: DESCR-js DESCR-main PLIST-js
PLIST-main
Removed files:
devel/spidermonkey128/pkg: DESCR PLIST
Log message:
devel/spidermonkey128: ship the js shell binary in a subpackage
will allow for easier debugging of the mozilla js engine on btcfi hw,
instead of having to rebuild the complete browser.
(gdb) r
Starting program:
/home/ports/pobj/firefox-128.4.0esr.source/build-aarch64/dist/bin/js
js> function add(x, y) { x = 0+x; y = 0+y; return x+y; }
js> for(i=0; i<500; i++) { add(2, i); }
Thread 1 received signal SIGILL, Illegal instruction.
ok ajacoutot@ (MAINTAINER)