Age | Commit message (Collapse) | Author | Files | Lines |
|
Previously cross, but not native, external args were used. Then in
d451a4bd97f827bb492fd0c0e357cb20b6056ed9 the cross special cases were
removed, so external args are never used.
This commit switches that so they are always used. Sanity checking works
just the same as compiler checks like has header / has library.
|
|
|
|
This is no longer needed, we just remove conditionals around it.
|
|
* Enums are strongly typed and make the whole
`gcc_type`/`clang_type`/`icc_type` distinction
redundant.
* Enums also allow extending via member functions,
which makes the code more generalisable.
|
|
Use this when we print language-related information to the console and
via the Ninja backend.
|
|
|