Remove the 'macosx' arch
authorBradley T. Hughes <bradley.hughes@nokia.com>
Wed, 25 Jan 2012 15:12:53 +0000 (16:12 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 26 Jan 2012 12:24:11 +0000 (13:24 +0100)
commit68e5fd9ebc8a3f510e3144e981a0cb358945fb9c
tree3d85d56e042f1822637f358ad6687df8b1dae076
parent61e8487e8e922f82811cda67550a0aa3905761bc
Remove the 'macosx' arch

The new atomic implementation chooses which header to include based
on what #define's are set by the compiler (i.e. __x86_64__ or
__i386__). Because of this, the qatomic_macosx.h header isn't used
anymore. This also means that the configure script does not need to
use or look for this file anymore, it should just use the normal
uname -m detection.

Change-Id: Ibf275488735483268286196952299c0e496dfd1f
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
configure
src/corelib/arch/arch.pri
src/corelib/arch/macosx/arch.pri [deleted file]
src/corelib/arch/macosx/qatomic32_ppc.s [deleted file]
src/corelib/arch/qatomic_macosx.h [deleted file]