Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ASM: Fix preprocessor definition flags for GNU 'as' tool | Kyle Edwards | 2020-06-01 | 1 | -0/+1 |
| | | | | Fixes: #20780 | ||||
* | ASM: Fix depfile flags for GNU 'as' tool | Brad King | 2020-03-13 | 1 | -0/+13 |
The GNU `as --help` shows `--MD <file>` as an option to generate depfiles as needed by Ninja. There is no `-MT <target>` flag but fortunately the generated files automatically account for the `-o <obj>` flag. Issue: #20426 |