Opened 13 years ago

Last modified 9 years ago

#4097 new Feature Requests

limited support for detecting platform

Reported by: k-oli@… 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.

Change History (2)

comment:1 by k-oli@…, 13 years ago

<address-model> is required too (not as optional)!

comment:2 by viboes, 9 years ago

How is this a showstopper?

Note: See TracTickets for help on using tickets.