Closed
Bug 722933
Opened 13 years ago
Closed 13 years ago
add -MACHINE option for link.exe
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla13
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
(Whiteboard: [inbound])
Attachments
(1 file, 1 obsolete file)
6.00 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
when building dll, link.exe outputs the following warning.
LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
Also...
- 64-bit link.exe bug, we cannot switch to VS2010 for Win64 build, To use 32-bit link.exe for 64-bit build, we require -MACHINE options.
- When we supports Win32/arm build, since arm target is cross compiler only, we must add this options...
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #594932 -
Attachment is obsolete: true
Attachment #598165 -
Flags: review?(khuey)
Attachment #598165 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Whiteboard: [inbound]
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•