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 <bradley.hughes@nokia.com>
This commit is contained in:
Andreas Holzammer 2012-02-10 14:57:55 +01:00 committed by Qt by Nokia
parent 46a4a0e8c9
commit 3755caa12a

View 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
/*