From 78f3c1fb8e4b1de7ef2aa1e2a8768e842acc2777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 10 Apr 2013 17:43:51 +0200 Subject: [PATCH] Make QT_CPU_FEATURES a map of features based on architecture For now there's only one architecture per host/target, but this will change once we start detecting the CPU features for both device and simulator on iOS. For convenience we set QT_CPU_FEATURES to the resolved value of the current architecture, so that simd.prf still can use QT_CPU_FEATURES directly. Change-Id: I28e8b339a5c30a630e276165254dba09a3da6940 Reviewed-by: Oswald Buddenhagen --- configure | 4 ++-- mkspecs/features/simd.prf | 3 +++ tools/configure/configureapp.cpp | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/configure b/configure index cf72e2ba39..a52f5fbffd 100755 --- a/configure +++ b/configure @@ -6501,9 +6501,9 @@ fi cat >>"$QTMODULE.tmp" <