summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/arch.pri
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-10 12:18:41 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-13 07:07:50 +0100
commitc4759d19f8428b64b46bfd1e07a5cfda2937e7d1 (patch)
tree2cd7a976e2f44953bd373d825a79f63f21d23263 /src/corelib/arch/arch.pri
parent48e48f25974afbac2d54e77e92e27a23732fc2c8 (diff)
Remove the SH atomic implementation...
... but keep SH-4a, which provides a more efficient implementation. The implementation removed here was very similar to the code removed by commit dc5388e79b71d796c1207681235cf007c39810bd. Support for SH can be provided by qatomic_gcc.h, or re-added in the future if absolutely necessary. Change-Id: Ic38b57c9513fc9c3c99ba7e102780a3939b735b9 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/arch/arch.pri')
-rw-r--r--src/corelib/arch/arch.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/arch/arch.pri b/src/corelib/arch/arch.pri
index 08ab17e0f4..b94fa01309 100644
--- a/src/corelib/arch/arch.pri
+++ b/src/corelib/arch/arch.pri
@@ -26,7 +26,6 @@ integrity:HEADERS += arch/qatomic_integrity.h
arch/qatomic_mips.h \
arch/qatomic_s390.h \
arch/qatomic_x86_64.h \
- arch/qatomic_sh.h \
arch/qatomic_sh4a.h \
arch/qatomic_gcc.h \
arch/qatomic_cxx11.h