summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/AIX-XL.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Move RPATH flags to AIX per-compiler information filesBrad King2011-03-021-0/+2
| | | | | | Move RPATH flags out of Platform/AIX.cmake into platform-specific compiler information files Platform/AIX-XL and Platform/AIX-GNU. The flags need to be set for each compiler of each language.
* Factor AIX and XL compiler flags into common moduleBrad King2011-03-021-0/+26
Factor duplicate flag information from Platform/AIX-XL-*.cmake into Platform/AIX-XL.cmake and load it from the original files.