Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Objective-c prf may not override OBJECTIVE_CFLAGS settings. | con | 2011-03-10 | 1 | -4/+11 |
| | | | | Reviewed-by: Morten Johan Sørvig | ||||
* | mkspecs: Emit warning when including g++.conf directly | Tor Arne Vestbø | 2010-10-27 | 1 | -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> |