Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move GNU flags from SunOS.cmake to SunOS-GNU.cmake | Brad King | 2009-12-02 | 1 | -17/+0 |
| | | | | | The GNU-specific link-type flags do not belong in the platform-wide file. | ||||
* | Split GNU compiler information files | Brad King | 2009-12-02 | 1 | -17/+0 |
| | | | | | | | | | | | | | | 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. | ||||
* | Split SunPro compiler information files | Brad King | 2009-08-21 | 1 | -50/+0 |
| | | | | | | This moves platform-independent SunPro compiler flags into separate "Compiler/SunPro-<lang>.cmake" modules. Platform-specific flags are left untouched. | ||||
* | ENH: Make /opt/SUNWspro/lib, /opt/SUNWspro/prod/lib, and /usr/ccs/lib ↵ | Brad King | 2008-04-30 | 1 | -0/+6 |
| | | | | implicit link directories on the Sun when using the SunPro compiler. | ||||
* | BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly ↵ | Brad King | 2008-02-27 | 1 | -3/+3 |
| | | | | and preprocessing build rules. | ||||
* | ENH: Better linker search path computation. | Brad King | 2008-02-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | - Use linker search path -L.. -lfoo for lib w/out soname when platform sets CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME - Rename cmOrderRuntimeDirectories to cmOrderDirectories and generalize it for both soname constraints and link library constraints - Use cmOrderDirectories to order -L directories based on all needed constraints - Avoid processing implicit link directories - For CMAKE_OLD_LINK_PATHS add constraints from libs producing them to produce old ordering | ||||
* | ENH: Enable dependent library search paths on more platforms | Brad King | 2008-02-01 | 1 | -0/+6 |
| | | | | | | | - HP-UX needs dependent library paths as -L options. - IRIX needs dependent library paths as -L options. - Sun needs dependent library paths as -L options. - FreeBSD needs dependent library paths in -rpath-link option. | ||||
* | BUG: fix for bug 6231, bad regex for sunos, worked by chance, but better to ↵ | Bill Hoffman | 2008-01-15 | 1 | -2/+2 |
| | | | | have it right | ||||
* | BUG: Need -Wl, to pass linker flags when using gcc on Sun. | Brad King | 2006-09-16 | 1 | -4/+22 |
| | |||||
* | ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵ | Brad King | 2006-09-15 | 1 | -0/+9 |
| | | | | details. | ||||
* | ENH: Enabling preprocessed source and asembly source generation rules on Sun CC. | Brad King | 2006-08-09 | 1 | -0/+10 |
| | |||||
* | ENH: use correct flags for optimization | Bill Hoffman | 2006-05-03 | 1 | -6/+6 |
| | |||||
* | ENH: check in new find stuff | Bill Hoffman | 2006-03-02 | 1 | -0/+1 |
| | |||||
* | ENH: more compiler flags | Bill Hoffman | 2005-11-22 | 1 | -0/+12 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -6/+6 |
| | | | | directory. | ||||
* | hack to try and fix sun platform | Bill Hoffman | 2004-08-27 | 1 | -1/+3 |
| | |||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -2/+0 |
| | | | | to enable a language without modifing cmake source code | ||||
* | ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX. | Brad King | 2003-12-12 | 1 | -4/+7 |
| | |||||
* | ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library ↵ | Brad King | 2003-12-12 | 1 | -1/+4 |
| | | | | version support for SunOS. | ||||
* | BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu | Bill Hoffman | 2003-11-14 | 1 | -0/+2 |
| | |||||
* | Fix gnu c and Sun CC mix | Bill Hoffman | 2003-03-27 | 1 | -0/+4 |
| | |||||
* | BUG: Don't use -nostdlib option to link shared libraries. Just use gcc ↵ | Brad King | 2003-03-13 | 1 | -7/+12 |
| | | | | -shared, even for C++ libraries. | ||||
* | BUG: bad rpath flag for suns | Bill Hoffman | 2003-01-03 | 1 | -4/+4 |
| | |||||
* | clean up some c/cxx issues | Bill Hoffman | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | clean up some c/cxx issues | Bill Hoffman | 2003-01-02 | 1 | -1/+8 |
| | |||||
* | fix for sun | Bill Hoffman | 2002-11-15 | 1 | -0/+1 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -0/+25 |