qt: fix execution on ARC
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Tue, 26 May 2015 06:13:53 +0000 (09:13 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 10 Jul 2015 22:47:54 +0000 (00:47 +0200)
commit474d39991bf4701e4138150171954bbe016330c7
tree097ef85c5c2cd18266e6749ac53909fdce3c7e46
parented1d98daa114cb6fec12cb1cc655f17b221eefc6
qt: fix execution on ARC

Even though Qt4 could be built for ARC cores during execution
of Qt4 applications on target issues will happen.

Most notable is will be segfaults due to unaligned access to data,
especially in WebKit applications.

Both patches were submitted upstream and if they ever get accepted
they should be removed from Buildroot.

https://codereview.qt-project.org/#/c/112667
https://codereview.qt-project.org/#/c/112668

[Thomas: renumber patches.]

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qt/0006-Add-initial-support-of-ARC-architecture.patch [new file with mode: 0644]
package/qt/0007-Prevent-unaligned-access-on-ARC.patch [new file with mode: 0644]