From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULdaA-0003JH-59 for qemu-devel@nongnu.org; Fri, 29 Mar 2013 13:59:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULda8-00045a-Io for qemu-devel@nongnu.org; Fri, 29 Mar 2013 13:59:18 -0400 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:37309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULda8-00045T-Bh for qemu-devel@nongnu.org; Fri, 29 Mar 2013 13:59:16 -0400 Received: by mail-la0-f42.google.com with SMTP id fe20so721101lab.1 for ; Fri, 29 Mar 2013 10:59:15 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1364577620-32630-1-git-send-email-sw@weilnetz.de> References: <1364577620-32630-1-git-send-email-sw@weilnetz.de> From: Peter Maydell Date: Fri, 29 Mar 2013 17:58:55 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] w32: Fix build with older gcc (unresolved symbol) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org On 29 March 2013 17:20, Stefan Weil wrote: > Maybe this modification is also needed for native gcc-4.4 and older > on Linux i386. If yes, we can move the new script code out of the > MinGW conditional code. There are at least a few people who want to run on older CPUs still (though the use of rdtsc doesn't help there, and we never did figure out how to identify whether we were compiling on a CPU which has rdtsc.) -- PMM