* [Buildroot] [PATCH v1] package/qt6base: additional disable FEATURE_avx512vbmi2 and FEATURE_vaes
@ 2023-02-08 16:27 Peter Seiderer
2023-02-08 16:41 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2023-02-08 16:27 UTC (permalink / raw)
To: buildroot; +Cc: Jesse Van Gavere, Thomas Petazzoni
- additional disable new FEATURE_avx512vbmi2/FEATURE_vaes (added with
upstream commit [1])
[1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=38e6b637b71fae274caedc1d326f641b904e00a4
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/qt6/qt6base/qt6base.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/qt6/qt6base/qt6base.mk b/package/qt6/qt6base/qt6base.mk
index 212b2d689e..e6cf4f14bb 100644
--- a/package/qt6/qt6base/qt6base.mk
+++ b/package/qt6/qt6base/qt6base.mk
@@ -72,7 +72,9 @@ QT6BASE_CONF_OPTS += \
-DFEATURE_avx512ifma=OFF \
-DFEATURE_avx512pf=OFF \
-DFEATURE_avx512vbmi=OFF \
- -DFEATURE_avx512vl=OFF
+ -DFEATURE_avx512vbmi2=OFF \
+ -DFEATURE_avx512vl=OFF \
+ -DFEATURE_vaes=OFF
define QT6BASE_BUILD_CMDS
$(TARGET_MAKE_ENV) $(BR2_CMAKE) --build $(QT6BASE_BUILDDIR)
--
2.39.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH v1] package/qt6base: additional disable FEATURE_avx512vbmi2 and FEATURE_vaes
2023-02-08 16:27 [Buildroot] [PATCH v1] package/qt6base: additional disable FEATURE_avx512vbmi2 and FEATURE_vaes Peter Seiderer
@ 2023-02-08 16:41 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-08 16:41 UTC (permalink / raw)
To: Peter Seiderer; +Cc: Jesse Van Gavere, buildroot
On Wed, 8 Feb 2023 17:27:26 +0100
Peter Seiderer <ps.report@gmx.net> wrote:
> - additional disable new FEATURE_avx512vbmi2/FEATURE_vaes (added with
> upstream commit [1])
>
> [1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=38e6b637b71fae274caedc1d326f641b904e00a4
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> package/qt6/qt6base/qt6base.mk | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-08 16:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 16:27 [Buildroot] [PATCH v1] package/qt6base: additional disable FEATURE_avx512vbmi2 and FEATURE_vaes Peter Seiderer
2023-02-08 16:41 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox