From 65a1e1e412445e44215d120b847fa06af0b11c8f Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 16 Jun 2014 12:12:44 -0700 Subject: 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 --- config.tests/arch/arch.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.tests/arch') diff --git a/config.tests/arch/arch.cpp b/config.tests/arch/arch.cpp index 4e19ca6fb2..a5718c1d90 100644 --- a/config.tests/arch/arch.cpp +++ b/config.tests/arch/arch.cpp @@ -47,9 +47,6 @@ extern const char msg[]; 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[]; const char msg2[] = "==Qt=magic=Qt== Sub-architecture:" // 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() { puts(msg); - puts(msgfull); puts(msg2); } -- cgit v1.2.3