From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US3oz-0005ep-Le for qemu-devel@nongnu.org; Tue, 16 Apr 2013 07:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US3ov-0008Vi-OL for qemu-devel@nongnu.org; Tue, 16 Apr 2013 07:13:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US3ov-0008VY-HQ for qemu-devel@nongnu.org; Tue, 16 Apr 2013 07:13:05 -0400 Message-ID: <516D322F.2080904@redhat.com> Date: Tue, 16 Apr 2013 13:12:47 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365993073-4659-1-git-send-email-aik@ozlabs.ru> <8761zofezy.fsf@blackfin.pond.sub.org> <516BA87A.2020107@ozlabs.ru> <874nf8cidj.fsf@blackfin.pond.sub.org> <516BCD71.9070905@ozlabs.ru> <516BDBFB.5070602@ozlabs.ru> <87vc7ovtnm.fsf@blackfin.pond.sub.org> <516BFAA7.1000208@ozlabs.ru> <87zjwzu6tl.fsf@blackfin.pond.sub.org> <516C83AE.9040800@ozlabs.ru> <516CC295.8010505@ozlabs.ru> <87r4ianc11.fsf@blackfin.pond.sub.org> <516D1859.5040703@redhat.com> <516D2DD4.4030408@ozlabs.ru> In-Reply-To: <516D2DD4.4030408@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pixman: remove -Wredundand-decls List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Peter Maydell , Markus Armbruster , qemu-devel@nongnu.org, Blue Swirl , Gerd Hoffmann , Stefan Hajnoczi , David Gibson Il 16/04/2013 12:54, Alexey Kardashevskiy ha scritto: >> >> but you shouldn't need it. Just configure your GCC with >> --with-sysroot=/foo and it should just work. > > > --sysroot helps for native compiler but does not for the cross compiler. That usually points at an incorrect configuration when you built GCC. > Anyway, I tried Markus's patch, now assert.h generates just warnings > which I can successfully suppress. Cool, thanks everyone :) His patch looks good. Markus, can you repost as a top-level message with my Reviewed-by? Paolo