summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/files/mips-relocate.patch
Commit message (Collapse)AuthorAgeFilesLines
* qt4: remove Qt 4.6.3Paul Eggleton2011-05-181-28/+0
| | | | | | | | | We should only have one version of Qt4 supported in oe-core. (From OE-Core rev: 95f348d81353ea105493d0cc360d63b6b7264ce5) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* QT4 mips: disable the LDFLAGS "-Bsymbolic-functions"Yu Ke2010-09-071-0/+28
"-Bsymbolic-functions" flag makes ld to bind the global function symbol of shared library at compiling time, thus reduce the runtime relocation cost. However, this flag in binutil 2.20 cause QT4 mips building failure, which is "final link failed: Bad value" error in libQtWebKit.so linking stage. If downgrad to binutil 2.19, this error disappears. so before binutil new release is out, it is better to disable this flag for QT4 mips. Fix [BUGID #271] Signed-off-by: Yu Ke <ke.yu@intel.com>