summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-VisualAge-CXX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix XL C++ compiler flags on LinuxBrad King2009-09-161-0/+1
In Platform/Linux.cmake we add GNU flags as default for the platform which breaks non-GNU compilers. Later we should refactor these flag files to put compiler-specific flags only in files loaded for each compiler. Until then this commit fixes the XL C++ compiler flags on Linux by erasing the GNU flags. See issue #9469.