diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-30 14:37:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:11:51 +0200 |
commit | cf2c7816fd053ff16a41abdc6f2a89fe9ff7a7ff (patch) | |
tree | a9bd7e40b22d3ccf789a0506a4c2fc7c30593d6f /recipes-qt/qt5/qtbase-git/0001-Revert-Use-the-gcc-feature-in-simd.prf.patch | |
parent | a0da57e5ce2862758e10b82c30c200e365b29f46 (diff) | |
download | meta-qt5-cf2c7816fd053ff16a41abdc6f2a89fe9ff7a7ff.tar.gz |
recipes-git: Upgrade to latest origin/stable
* qtbase: Fix undefined reference to qt_blend_argb32_on_argb32_ssse3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase-git/0001-Revert-Use-the-gcc-feature-in-simd.prf.patch')
-rw-r--r-- | recipes-qt/qt5/qtbase-git/0001-Revert-Use-the-gcc-feature-in-simd.prf.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-git/0001-Revert-Use-the-gcc-feature-in-simd.prf.patch b/recipes-qt/qt5/qtbase-git/0001-Revert-Use-the-gcc-feature-in-simd.prf.patch new file mode 100644 index 00000000..88f5c122 --- /dev/null +++ b/recipes-qt/qt5/qtbase-git/0001-Revert-Use-the-gcc-feature-in-simd.prf.patch | |||
@@ -0,0 +1,29 @@ | |||
1 | From 9d33599f12787f85a19e8147604f919ac40c02c1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Wed, 4 Jun 2014 15:26:11 +0200 | ||
4 | Subject: [PATCH] Revert "Use the "gcc" feature in simd.prf" | ||
5 | |||
6 | It's causing linker issues, see my comment in: | ||
7 | https://bugreports.qt-project.org/browse/QTBUG-38544 | ||
8 | |||
9 | This reverts commit 3b00cc480400d47c59c29d3507c7fcdc9be2a489. | ||
10 | --- | ||
11 | mkspecs/features/simd.prf | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/mkspecs/features/simd.prf b/mkspecs/features/simd.prf | ||
15 | index 62a63f9..4f86f60 100644 | ||
16 | --- a/mkspecs/features/simd.prf | ||
17 | +++ b/mkspecs/features/simd.prf | ||
18 | @@ -18,7 +18,7 @@ QT_CPU_FEATURES = $$eval(QT_CPU_FEATURES.$$QT_ARCH) | ||
19 | # | ||
20 | # Set up compilers for SIMD (SSE/AVX, NEON etc) | ||
21 | # | ||
22 | -gcc { # includes intel_icc and clang variants | ||
23 | +*-g++*|intel_icc|*-clang*|*-qcc* { | ||
24 | sse2 { | ||
25 | HEADERS += $$SSE2_HEADERS | ||
26 | |||
27 | -- | ||
28 | 2.0.0 | ||
29 | |||