aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2013-11-06 00:23:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-24 12:39:14 +0100
commit065ce0b36e304c3b7c42184a2b16f969dc1226a0 (patch)
treee704d8cdc027fd9871e387cd30c55c76df572d3f /src/3rdparty
parent88bdf9b8272928cf81f96ece862b65f0be4dcab8 (diff)
Fix build on WinRT
Disable JIT and avoid unsupported functions under WinRT. Also add MSVC's ARM flag to the double conversion white list. Cherry-picking commit eeabbf554880f61979fa0a9ecf87ba380cd70863 on top of rebased double-conversion code Change-Id: Iec899efc9de412bc61172ef6e2a15cd7da12fd03 Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/double-conversion/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/double-conversion/utils.h b/src/3rdparty/double-conversion/utils.h
index 9af98be72d..53eec64282 100644
--- a/src/3rdparty/double-conversion/utils.h
+++ b/src/3rdparty/double-conversion/utils.h
@@ -58,7 +58,7 @@
// disabled.)
// On Linux,x86 89255e-22 != Div_double(89255.0/1e22)
#if defined(_M_X64) || defined(__x86_64__) || \
- defined(__ARMEL__) || defined(__avr32__) || \
+ defined(__ARMEL__) || defined(__avr32__) || _M_ARM_FP || \
defined(__hppa__) || defined(__ia64__) || \
defined(__mips__) || \
defined(__powerpc__) || defined(__ppc__) || defined(__ppc64__) || \