summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/gcc-base-unix.conf
Commit message (Collapse)AuthorAgeFilesLines
* Refactor GCC mkspecs to share more configuration optionsTor Arne Vestbø2010-10-131-0/+21
The g++ and llvm mkspecs now share the common parts in common/gcc-base.conf Each top level mkspec includes a platform-specific version of this base, either common/gcc-base-unix.conf or common/gcc-base-mac.conf, and these platform specific bases will include the cross-platform one. The same pattern is then used for the g++ specific configurations, which are split up into common/g++.conf, common/g++-unix.conf and common/g++-mac.conf The qplatformdefs.h for mac was also shared where possible. The test in tests/manual/mkspecs was used to ensure that the final output of all the mkspecs was the same after the refactoring as before. Reviewed-by: ossi