Record the sub-architecture (CPU features enabled in the compiler)
authorThiago Macieira <thiago.macieira@intel.com>
Sat, 31 Dec 2011 22:40:49 +0000 (20:40 -0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 30 May 2012 15:28:07 +0000 (17:28 +0200)
commit735f7e6248fb7725ce952eede17117ca6dc3ee42
treef8f1144aefd75993f4180d796c70d88f43ddd84c
parent1533bfc5fcc4ec5865c1de606504b6aba8a5f6fe
Record the sub-architecture (CPU features enabled in the compiler)

If the system's compiler has extra features on top of the base
settings enabled or if the mkspec or $CXXFLAGS variable included some,
record them.

This will allow us to choose whether or not to use our own special
compilers, based on whether the system default compiler contains it or
not.

Change-Id: I87cada9fab4cfa58846a831d0a7c7b50d8fa87fd
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
config.tests/arch/arch.cpp
config.tests/unix/arch.test
configure
tools/configure/configureapp.cpp