Remove failing for ARM Architectures.
authorAndreas Holzammer <andreas.holzammer@kdab.com>
Fri, 10 Feb 2012 13:57:55 +0000 (14:57 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sat, 11 Feb 2012 19:22:24 +0000 (20:22 +0100)
Checks cover only V7, V6 and V5. But when trying to
compile for V4 it fails.

Change-Id: I573361c61acc904661bf2c8bfe1132cba57f296a
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
src/corelib/global/qprocessordetection.h

index 2d52847..dc219e7 100644 (file)
@@ -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
 
 /*