mesonbuild/meson
在 GitHub 查看Validate and warn about unknown systems and CPU families in cross files
Open
#3,751 创建于 2018年6月18日
crossenhancementgood first issuehelp wanted
仓库指标
- Star
- (4,978 star)
- PR 合并指标
- (平均合并 139天 13小时) (30 天内合并 51 个 PR)
描述
CPU family and system names are a "common contract" between build files from different projects, which is why we document them.
If people use an unknown system or cpu family in a cross file, we should warn and encourage them to report it to us so we can maintain a stable and known ABI for build files.