CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/06/20 06:50:30
Modified files:
devel/spidermonkey128: Makefile
Log message:
devel/spidermonkey128: unbreak jit on amd64 ibt/arm64 bti
running jit tests shows SIGILL all the place. set USE_NOBTCFI, and
ensure the ld wrapper is used by passing LDFLAGS=--ld-path via
CONFIGURE_ENV.
initially seen by chasing a breakage in firefox on the hp omnibook since
the llvm19 switch, but also confirmed to fix the jit tests on amd64.
while here add a do-test target running the jit tests, only 4 over
>11k fail on amd64 now.
ok ajacoutot@ (maintainer)
thanks sthen@ for testing