summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Fujitsu-Fortran.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fujitsu: Make explicit Fortran preprocessing under Ninja more robustEisuke Kawashima2021-05-061-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 modeChuck Atkins2021-03-301-0/+16
Co-Author: Yuichiro Utsumi <utsumi.yuichiro@jp.fujitsu.com>