Cut nsis build over from mingw-gcc to mingw-clang
Categories
(Firefox Build System :: General: Unsupported Platforms, enhancement, P5)
Tracking
(firefox94 fixed)
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
Details
Attachments
(4 files, 1 obsolete file)
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Per conversation with :kmoir, I'm going through untriaged bugs in her components and marking the ones which look to be enhancements/tasks with the enhancement severity to get them out of the triage queue.
If this incorrect, please remove the tag.
Comment 11•7 years ago
|
||
triaging, :tjr is this a bug you'd like to own? I notice you have been working on it for a while
| Assignee | ||
Comment 12•7 years ago
|
||
I expect to be the one to do it; so I can take it, yeah.
Updated•7 years ago
|
Comment 13•6 years ago
|
||
Came across this bug while I was trying to remember whether we still care about mingw-gcc or not.
Tom, did you ever get a chance to try Jacek's comment 9?
| Assignee | ||
Comment 14•6 years ago
|
||
(In reply to :dmajor from comment #13)
Came across this bug while I was trying to remember whether we still care about mingw-gcc or not.
Tom, did you ever get a chance to try Jacek's comment 9?
I'm afraid this is so paged out in my mind that I don't recall if I tried it or if it worked.
Comment 15•4 years ago
|
||
The memset undefine symbol thing comes from:
clang-8: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
Because it compiles memcpy.c and memset.c as C++, the symbols are C++-mangled, so unmangled memset/memcpy can't be found.
Comment 16•4 years ago
|
||
While here, build the Linux portions with a sysroot.
Comment 17•4 years ago
|
||
Comment 18•4 years ago
|
||
Comment on attachment 9241730 [details]
Bug 1500804 - Remove now unused mingw32-gcc toolchain.
Revision D125923 was moved to bug 1500802. Setting attachment 9241730 [details] to obsolete.
Comment 19•4 years ago
|
||
Comment 20•4 years ago
|
||
| bugherder | ||
Description
•