| commit | fd7f7424f5f68ad5cb16a5319f60ba15a7d23107 | [log] [tgz] |
|---|---|---|
| author | Clément Chigot <chigot@adacore.com> | Fri Jan 13 10:21:07 2023 +0100 |
| committer | Clément Chigot <chigot@adacore.com> | Tue Feb 21 09:07:06 2023 +0100 |
| tree | 9aa56f2aca304ca5e95d54e887ff888e7b7dcc3b | |
| parent | 284e8cbae0d78a3a0a0e3ceeb862ce5ad149a7a2 [diff] |
ld/testsuite: don't output to /dev/null Mingw doesn't have /dev/null and thus "-o /dev/null" will fail. Currently, all the options are checked using this "-o /dev/null", resulting in them being disabled on mingw hosts. Fix that by outputting to a real file for all targets. ld/ChangeLog: * testsuite/config/default.exp: Replace "-o /dev/null" by a file.