summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/clang.conf
Commit message (Collapse)AuthorAgeFilesLines
* Don't use scopes in mkspecs as configure does not support themTor Arne Vestbø2010-11-021-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 XTor Arne Vestbø2010-10-201-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>