summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/macosx/arch.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/arch/macosx/arch.pri')
-rw-r--r--src/corelib/arch/macosx/arch.pri7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/corelib/arch/macosx/arch.pri b/src/corelib/arch/macosx/arch.pri
index e42a9622aa..a2b1bf759a 100644
--- a/src/corelib/arch/macosx/arch.pri
+++ b/src/corelib/arch/macosx/arch.pri
@@ -1,7 +1,6 @@
#
# Mac OS X architecture
#
-!*-icc*:!*-g++* {
- contains($$list($$system(uname -m)), .*86):SOURCES += $$QT_ARCH_CPP/../i386/qatomic.s
- else:SOURCES += $$QT_ARCH_CPP/../powerpc/qatomic32.s
-}
+
+# Left blank intentionally since all the current compilers that we support can
+# handle in-line assembly.