Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FujitsuClang: Add support for the Fujitsu compiler in Clang mode | Chuck Atkins | 2021-03-31 | 1 | -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 mode | Chuck Atkins | 2021-03-30 | 1 | -1/+16 |
| | | | | Co-Author: Yuichiro Utsumi <utsumi.yuichiro@jp.fujitsu.com> | ||||
* | Add Fujitsu compiler detection | Erik Lindahl | 2014-08-11 | 1 | -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. |