Boost logo

Boost-Build :

Subject: [Boost-build] selecting the assembler
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2012-03-05 03:57:28


Hello,
I've the requirement to overwrite which assembler tool is used on a
platform.
In the case of mingw GAS is used on Windows. Unfortunately GAS does not
come with special macros for generating the exception handler
(especially on WIn64) like MASM.
It would make life easier if I could specify that boost.build should use
MASM in order to compile a specific assembler file. The functions are
declared as 'extern C' and implement cdecl call-convetion so that it is
save to link the object file of the assembler together with the object
files generated by mingw.

Would it be possible that boost.build will support it?

Oliver


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk