summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/mips/arch.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/arch/mips/arch.pri')
-rw-r--r--src/corelib/arch/mips/arch.pri8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/corelib/arch/mips/arch.pri b/src/corelib/arch/mips/arch.pri
new file mode 100644
index 0000000000..296c845ab3
--- /dev/null
+++ b/src/corelib/arch/mips/arch.pri
@@ -0,0 +1,8 @@
+#
+# MIPS 3/4 architecture
+#
+
+# note: even though we use inline assembler with gcc, we always
+# include the compiled version to keep binary compatibility
+*-64:SOURCES += $$QT_ARCH_CPP/qatomic_mips64.s
+else:SOURCES += $$QT_ARCH_CPP/qatomic_mips32.s