Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix shared library creation flag for XL on Linux | Brad King | 2009-09-29 | 1 | -1/+1 |
| | | | | See issue #9617. | ||||
* | Fix XL C++ compiler flags on Linux | Brad King | 2009-09-16 | 1 | -0/+5 |
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. |