mesonbuild/meson

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

Open

#3751 aperta il 18 giu 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Python (1465 fork)batch import
crossenhancementgood first issuehelp wanted

Metriche repository

Star
 (4978 star)
Metriche merge PR
 (Merge medio 139g 13h) (51 PR mergiate in 30 g)

Descrizione

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.

Guida contributor