CMake/Tests/RunCMake/BuildDepends/GNU-AS.step2.cmake
Brad King 5932f0be4f ASM: Fix depfile flags for GNU 'as' tool
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
2020-03-13 09:55:36 -04:00

2 lines
56 B
CMake

file(WRITE "${RunCMake_TEST_BINARY_DIR}/gnu_as.inc" "")