summaryrefslogtreecommitdiff
path: root/Modules/Compiler/Fujitsu-DetermineCompiler.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FujitsuClang: Add support for the Fujitsu compiler in Clang modeChuck Atkins2021-03-311-1/+1
| | | | | | This should be front end compatible with vanilla clang but giving it a unique identifier allows a project to pass additional options unique to Fujitsu and outside the scope of a CMake builtin.
* Fujitsu: Add support for the Fujitsu compiler in Trad modeChuck Atkins2021-03-301-1/+16
| | | | Co-Author: Yuichiro Utsumi <utsumi.yuichiro@jp.fujitsu.com>
* Add Fujitsu compiler detectionErik Lindahl2014-08-111-0/+2
The Fujitsu C/C++ compilers are the default ones for K computer. Detect both native and cross compilers by looking for the __FUJITSU preprocessor definition.