summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/SunOS-GNU.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Move GNU flags from SunOS.cmake to SunOS-GNU.cmakeBrad King2009-12-021-0/+9
| | | | | The GNU-specific link-type flags do not belong in the platform-wide file.
* Split GNU compiler information filesBrad King2009-12-021-0/+25
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.