summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/mips/arch.pri
blob: 296c845ab3e6a4af0b51ecd5130426ea68ebfb77 (plain)
1
2
3
4
5
6
7
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