Remove the ARCH_FULL output from config.tests/arch
The next commit will add something to ARCH_FULL that requires qconfig.h. That means we can't extract the full info until qconfig.h is created, which hasn't happened yet at the time that config.tests/arch is compiled. Change-Id: Icbbd8c448423a93296a986ede3771e82e4d61e07 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
bf2ec0183c
commit
65a1e1e412
@ -47,9 +47,6 @@
|
|||||||
extern const char msg[];
|
extern const char msg[];
|
||||||
const char msg[] = "==Qt=magic=Qt== Architecture:" ARCH_PROCESSOR;
|
const char msg[] = "==Qt=magic=Qt== Architecture:" ARCH_PROCESSOR;
|
||||||
|
|
||||||
extern const char msgfull[];
|
|
||||||
const char msgfull[] = "==Qt=magic=Qt== Full Architecture:" ARCH_FULL;
|
|
||||||
|
|
||||||
extern const char msg2[];
|
extern const char msg2[];
|
||||||
const char msg2[] = "==Qt=magic=Qt== Sub-architecture:"
|
const char msg2[] = "==Qt=magic=Qt== Sub-architecture:"
|
||||||
// This is the list of features found in GCC or MSVC
|
// This is the list of features found in GCC or MSVC
|
||||||
@ -239,6 +236,5 @@ const char msg2[] = "==Qt=magic=Qt== Sub-architecture:"
|
|||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
puts(msg);
|
puts(msg);
|
||||||
puts(msgfull);
|
|
||||||
puts(msg2);
|
puts(msg2);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user