summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/HP-UX-GNU-CXX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* GNU: Do not use -fvisibility on AIX or HP-UXBrad King2016-09-051-0/+1
| | | | | | Use of `-fvisibility=hidden` warns: warning: visibility attribute not supported in this configuration; ignored
* Split GNU compiler information filesBrad King2009-12-021-0/+2
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.