Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the mkspec for linux-icc: don't use jump tables in shlibs | Thiago Macieira | 2010-06-07 | 1 | -3/+3 |
| | | | | | | | | ICC generates jump table code that isn't PIC (i.e., it does absolute indirect jumps), so this increases the number of relocations in shared libraries by a huge amount. In QtCore it increased by 250% (from 3500 to 12000). | ||||
* | Update the linux-icc mkspec | Thiago Macieira | 2010-06-07 | 1 | -8/+9 |
| | |||||
* | s/QMAKE_RPATH/QMAKE_LFLAGS_RPATH/ | Oswald Buddenhagen | 2010-04-30 | 1 | -1/+1 |
| | | | | Reviewed-by: joerg | ||||
* | add TARGET_PLATFORM to qmakespecs with MAKEFILE_GENERATOR = UNIX | Oswald Buddenhagen | 2010-02-26 | 1 | -0/+1 |
| | | | | | | | | | | the unix makefile generator can make files for "regular" unixes and macos (the difference being the framework handling). so far, the output choice was hard-wired to the host platform. the previous commit made that soft-configurable, and this one exploits this capability to enable limited cross-building. Reviewed-by: mariusSO | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+109 |