From: Andreas Holzammer Date: Fri, 10 Feb 2012 13:57:55 +0000 (+0100) Subject: Remove failing for ARM Architectures. X-Git-Tag: qt-v5.0.0-alpha1~1139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3755caa12a0ef81c5d36dc3e1479aab2870f9d47;p=profile%2Fivi%2Fqtbase.git Remove failing for ARM Architectures. Checks cover only V7, V6 and V5. But when trying to compile for V4 it fails. Change-Id: I573361c61acc904661bf2c8bfe1132cba57f296a Reviewed-by: Bradley T. Hughes --- diff --git a/src/corelib/global/qprocessordetection.h b/src/corelib/global/qprocessordetection.h index 2d52847..dc219e7 100644 --- a/src/corelib/global/qprocessordetection.h +++ b/src/corelib/global/qprocessordetection.h @@ -87,8 +87,6 @@ # elif defined(__ARM_ARCH_5TEJ__) \ || (__TARGET_ARCH_ARM-0 >= 5) # define Q_PROCESSOR_ARM_V5 -# else -# error "Unknown ARM processor detected." # endif /*