summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2012-02-10 14:57:55 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-11 20:22:24 +0100
commit3755caa12a0ef81c5d36dc3e1479aab2870f9d47 (patch)
treee4552c4af58ef1539d2687604caedc62ada9b4dd /src
parent46a4a0e8c9bf7707f5e07cbc05cbe08468526a7b (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qprocessordetection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/global/qprocessordetection.h b/src/corelib/global/qprocessordetection.h
index 2d52847a48..dc219e7321 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
/*