Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fujitsu: Make explicit Fortran preprocessing under Ninja more robust | Eisuke Kawashima | 2021-05-06 | 1 | -1/+1 |
| | | | | | | | | | Tell the Fortran compiler to write preprocessor output directly to a file, as we do for the GNU compiler. The previous "redirect stdout" approach could break checks using flags that add information to stdout when called with `-###`. Fixes: #22156 | ||||
* | Fujitsu: Add support for the Fujitsu compiler in Trad mode | Chuck Atkins | 2021-03-30 | 1 | -0/+16 |
Co-Author: Yuichiro Utsumi <utsumi.yuichiro@jp.fujitsu.com> |