From e786a347c8f8a90f5c5d0fa0d198e343e96c82d2 Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Thu, 14 Feb 2013 09:10:53 +0200 Subject: [PATCH] Add __ARM_ARCH_5TE__ to Q_PROCESSOR_ARM_V5 Android uses this define for armv5. Change-Id: Iee32f3e8691fa731ab0c2185a01620e18741f9a4 Reviewed-by: Thiago Macieira Reviewed-by: BogDan Vatra --- src/corelib/global/qprocessordetection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qprocessordetection.h b/src/corelib/global/qprocessordetection.h index c005c5446e..86023d1703 100644 --- a/src/corelib/global/qprocessordetection.h +++ b/src/corelib/global/qprocessordetection.h @@ -118,6 +118,7 @@ # define Q_PROCESSOR_ARM_V6 # define Q_PROCESSOR_ARM_V5 # elif defined(__ARM_ARCH_5TEJ__) \ + || defined(__ARM_ARCH_5TE__) \ || (defined(__TARGET_ARCH_ARM) && __TARGET_ARCH_ARM-0 >= 5) \ || (defined(_M_ARM) && _M_ARM-0 >= 5) # define Q_PROCESSOR_ARM_V5