Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use scopes in mkspecs as configure does not support them | Tor Arne Vestbø | 2010-11-02 | 1 | -0/+3 |
| | | | | | | | | | Configure has very basic parsing of mkspecs where it traverses includes, but assumes that the last seen value is the right one. Since this parsing does not take scopes into account we can't use tricks like isEmpty(). Reviewed-by: ossi | ||||
* | Add mkspecs for Clang on Linux and Mac OS X | Tor Arne Vestbø | 2010-10-20 | 1 | -0/+14 |
Pass "-platform unsupported/[macx|linux]-clang" and make sure you have a fairly recent trunk-build of Clang (r116737 or above). The platform is currently unsupported and there may be failing test. You have been warned. Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com> |