summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/gcc-base-macx.conf
Commit message (Collapse)AuthorAgeFilesLines
* Objective-c prf may not override OBJECTIVE_CFLAGS settings.con2011-03-101-4/+11
| | | | Reviewed-by: Morten Johan Sørvig
* mkspecs: Emit warning when including g++.conf directlyTor Arne Vestbø2010-10-271-0/+43
86636e0c4ab91bfb6 refactored the mkspecs, but didn't account for people with their own mkspec who would still include g++.conf directly. We now print a warning if this situation is detected, and explain to the user how they can fix their mkspec. For convenience we redirect g++.conf to g++-unix.conf so that people's mkspecs will still work. Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>