This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4bc8b7abab
CMake
/
Modules
/
Platform
/
SunOS-GNU-C.cmake
3 lines
52 B
CMake
Raw
Normal View
History
Unescape
Escape
Split GNU compiler information files This moves GNU compiler flags into new-style modules Compiler/GNU-<lang>.cmake Platform/<os>-GNU-<lang>.cmake We use language-independent helper modules Compiler/GNU.cmake Platform/<os>-GNU.cmake to define macros consolidating the information.
2009-12-02 17:52:00 +03:00
include
(
Platform/SunOS-GNU
)
Fix GNU C and Fortran flags on SunOS The commit "Split GNU compiler information files" intended to move GNU flags from the platform-wide Platform/SunOS.cmake module into Platform/SunOS-GNU-<lang>.cmake using a helper module Platform/SunOS-GNU.cmake to consolidate flags. However, it accidentally put Fortran flags in the C language module and left out the Fortran module altogether. This fixes those mistakes.
2009-12-04 16:51:46 +03:00
__sunos_compiler_gnu
(
C
)