summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/vxworks/arch.pri
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-10 11:31:34 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-13 07:07:41 +0100
commit48e48f25974afbac2d54e77e92e27a23732fc2c8 (patch)
tree1b698cf122386f3ea738e96a75af727f1c2e9a13 /src/corelib/arch/vxworks/arch.pri
parent9b4db5151f81903bf34621b9db27473051b02e80 (diff)
Remove out-of-line atomic implementation for PowerPC
Only support inline assembler with GCC. Support for xlC or other compilers is not provided or tested. The files in src/corelib/arch/vxworks only supported out-of-line PowerPC, so remove it as well. The xlC compiler seems to support GNU-style inline assembly, which we prefer. Anyone wishing to support that compiler again should first test if the inline assembly (the prefered method) works. See http://publib.boulder.ibm.com/infocenter/lnxpcomp/v8v101/topic/com.ibm.xlcpp8l.doc/language/ref/asm.htm#asm Change-Id: I70e56c0b06428bfb6538ca5e101baebd870f92f5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/arch/vxworks/arch.pri')
-rw-r--r--src/corelib/arch/vxworks/arch.pri6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/arch/vxworks/arch.pri b/src/corelib/arch/vxworks/arch.pri
deleted file mode 100644
index a7686186b0..0000000000
--- a/src/corelib/arch/vxworks/arch.pri
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# VxWorks generic
-#
-*-ppc-* {
- SOURCES += qatomic_ppc.s
-}