Opened 15 years ago

Closed 15 years ago

#214 closed defect (fixed)

MSVC: assembler files cannot be built for amd64 and itanium.

Reported by: alexeypa@… Owned by: somebody
Priority: major Milestone: M13
Component: component1 Version:
Keywords: Cc:

Description

Building of assembler files using MSVC toolset works only for x86. MSVC uses different assembler binary for each of supported platforms: ml.exe for x86, ml64.exe for amd64 and ias.exe for itanium. The attached patch fixes this along with propagating defines and debug info options down to the command line.

Attachments (1)

msvc_asm.patch (2.7 KB ) - added by alexeypa@… 15 years ago.

Download all attachments as: .zip

Change History (2)

by alexeypa@…, 15 years ago

Attachment: msvc_asm.patch added

comment:1 by juergen.hunold@…, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.