Opened 13 years ago
Last modified 9 years ago
#4097 new Feature Requests
limited support for detecting platform
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | build |
Version: | Boost 1.42.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
I some assembler code is required by a library - boost.build has some limited support to detect platform features. For instance it is necessary to know for which architecture the lib should be build. The builtin properties <architecture> and <instruction-set> are optional properties (so a developer can not rely on it). Additinaly the binary format has to be known. Suggestion: new builtin property <linkage> with values like elf, windowspe, mach-o.
Note:
See TracTickets
for help on using tickets.
<address-model> is required too (not as optional)!