Description: Do not use specific headers for Sparc atomics
By removing the unexistant sparc headers the C++11 ones will be used.
Author: Adam Majer <adamm@debian.org>
Forwarded: no
Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
---
src/corelib/thread/qbasicatomic.h | 2 --
1 file changed, 2 deletions(-)
|
|
|
62 | 62 | # include "QtCore/qatomic_ia64.h" |
63 | 63 | #elif defined(Q_PROCESSOR_MIPS) |
64 | 64 | # include "QtCore/qatomic_mips.h" |
65 | | #elif defined(Q_PROCESSOR_SPARC) |
66 | | # include "QtCore/qatomic_sparc.h" |
67 | 65 | #elif defined(Q_PROCESSOR_X86) |
68 | 66 | # include <QtCore/qatomic_x86.h> |
69 | 67 | |