Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3346 closed defect (fixed)

[PATCH] Fix mozjs build failure when ENABLE_ION is not set

Reported by: Martin Michlmayr Owned by: leper
Priority: Should Have Milestone: Alpha 19
Component: Core engine Keywords: patch
Cc: Patch:

Description

mozjs led to a compile error on arm64. I found out that this has been fixed upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1037470

With the attached patch, it compiles for me on arm64.

Attachments (1)

spidermonkey_build_fix.patch (2.0 KB ) - added by Martin Michlmayr 9 years ago.

Download all attachments as: .zip

Change History (3)

by Martin Michlmayr, 9 years ago

comment:1 by leper, 9 years ago

Owner: set to leper
Resolution: fixed
Status: newclosed

In 16876:

Fix SpiderMonkey debug build failure on platforms where Ion is not enabled. Patch by tbm. Fixes #3346.

comment:2 by leper, 9 years ago

Keywords: review removed

Thanks for the patch.

Note: See TracTickets for help on using tickets.