summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/QNX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1Alexander Neundorf2007-08-101-1/+3
| | | | Alex
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-091-0/+2
| | | | | | | | | | | | | | cmMakefile.cxx, but now in the platform files and are now valid for the target platform, not the host platform. New variables CMAKE_HOST_WIN32, CMAKE_HOST_UNIX, CMAKE_HOST_APPLE and CMAKE_HOST_CYGWIN have been added in cmMakefile.cxx (...and have now to be used in all cmake files which are executed before CMakeSystemSpecificInformation.cmake is loaded). For compatibility the old set is set to the new one in CMakeDetermineSystem.cmake and reset before the system platform files are loaded, so custom language or compiler modules which use these should still work. Alex
* ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support ↵Brad King2007-04-181-0/+2
| | | | executables that export symbols.
* ENH: try to force c++ on qnxBill Hoffman2007-02-201-0/+3
|
* BUG: QNX GCC does not have -isystem.Brad King2006-10-051-0/+4
|
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵Brad King2006-09-181-0/+9
| | | | details.
* ENH: try to fix rpath on qnxBill Hoffman2005-03-141-2/+2
|
* ENH: Initial attempt at QNX support. Submitted by Tim Arney.Brad King2005-03-111-0/+11