Closed
Bug 803084
Opened 13 years ago
Closed 13 years ago
Port bug 789753 to mingw-w64 builds
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
|
4.04 KB,
patch
|
m_kato
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #672777 -
Flags: review?(m_kato)
Comment 1•13 years ago
|
||
Comment on attachment 672777 [details] [diff] [review]
fix
We should create a python script that converts MASM to GNU as. libvpx has ARM's ARMASM to gas converter.
Attachment #672777 -
Flags: review?(m_kato) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Comment 3•13 years ago
|
||
Thanks for the review.
(In reply to Makoto Kato from comment #1)
> We should create a python script that converts MASM to GNU as. libvpx has
> ARM's ARMASM to gas converter.
Alternatively yasm could be used instead of MASM. It's currently a required dependency for libvpx and it's compatible with both MSVC and GCC, so the same source may be used.
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•