MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009778 | CMake | CMake | public | 2009-10-26 13:32 | 2016-06-10 14:31 |
| Reporter | augiedoggie | ||||
| Assigned To | Bill Hoffman | ||||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0009778: minor changes to platform module for Haiku OS | ||||
| Description | I have created a patch which changes a couple of minor things in the Haiku platform module. 1) It creates a HAIKU variable to go along with the BEOS variable. Since Haiku is source and binary compatible with BeOS, having it define BEOS is good, but, Haiku offers things that BeOS didn't. Having this variable would make it easier for projects to check for Haiku. 2) It overrides the default compile flags for a 'Release' build to remove the -O3 optimization flag. While Haiku does include both gcc2 and gcc4, the default will remain as gcc2 for at least a year or two. Since gcc2 is notorious for doing bad things with -O3, I think it should changed to -O2 by default. This problem has been known by BeOS developers for a very long time and they always avoid using this flag. Is the platform module the appropriate place to override this? Or should there be an 'if' statement added to the gcc.cmake module? | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/2600/haiku_module.diff | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-10-26 13:32 | augiedoggie | New Issue | |||
| 2009-10-26 13:32 | augiedoggie | File Added: haiku_module.diff | |||
| 2009-10-26 13:49 | augiedoggie | Note Added: 0018241 | |||
| 2010-12-14 16:10 | David Cole | Assigned To | => Bill Hoffman | ||
| 2010-12-14 16:10 | David Cole | Status | new => assigned | ||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041607 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||