summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Haiku.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Reduce duplication in Platform/<os>.cmake filesBrad King2009-12-021-1/+0
| | | | | | | | | | | | | Several platform-wide linker flag variables are defined in Modules/Platform/<os>.cmake files for C and then copied by the Modules/CMake<lang>Information.cmake file for each language. We now use this approach for the variables CMAKE_EXE_EXPORTS_${lang}_FLAG CMAKE_SHARED_LIBRARY_SONAME_${lang}_FLAG CMAKE_SHARED_LIBRARY_CREATE_${lang}_FLAGS to avoid duplication for multiple languages in each platform file.
* Split GNU compiler information filesBrad King2009-12-021-3/+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.
* Fix default install prefix on HaikuBrad King2009-09-301-0/+5
| | | | | | | | Since Haiku does not have /usr (and therefore /usr/local), this commit changes the default install prefix to the equivalent directory of /boot/common. See issue #9607.
* BUG: fix for # 8413 add more haiku searchingBill Hoffman2009-01-291-1/+2
|
* ENH: fix curses on haikuBill Hoffman2008-12-031-0/+6
|
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-151-0/+14