Closed
Bug 870692
Opened 11 years ago
Closed 4 years ago
Unable to link spider monkey on PPCLinux64
Categories
(Core :: MFBT, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: wangzhonnew, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31
Steps to reproduce:
on PPCLinux64, we have to add -mminimal-toc to CXXFLAGS in order to link with static library
Actual results:
When after compile with same options that used in x86-64, code on ppclinux64 failed to link with static library with error:
libjs_static.a(jsxml.)(.text+0x5ff4): sibling call optimization to 'js::GetInstancePrivate(JSContext*, JSObject*, js::Class*, js::Value*)' does not allow automatic ultiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `js::GetInstancePrivate(JSContext*, JSObject*, js::Class*, js::Value*)` extern
Comment 1•4 years ago
|
||
After 8 years, I think so much has changed in both the code base and the toolchain that it's unlikely this issue persists as is. Closing the bug, please reopen with current details if necessary.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•