mesonbuild/meson

Validate and warn about unknown systems and CPU families in cross files

Open

#3,751 opened on 2018年6月18日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)Python (1,465 forks)batch import
crossenhancementgood first issuehelp wanted

Repository metrics

Stars
 (4,978 stars)
PR merge metrics
 (平均マージ 139d 13h) (30d で 51 merged PRs)

説明

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.

コントリビューターガイド