Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753622AbbFRIAp (ORCPT ); Thu, 18 Jun 2015 04:00:45 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:39829 "EHLO smtprelay.synopsys.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752995AbbFRIAi (ORCPT ); Thu, 18 Jun 2015 04:00:38 -0400 Message-ID: <55827A96.1070205@synopsys.com> Date: Thu, 18 Jun 2015 13:30:22 +0530 From: Vineet Gupta User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 Newsgroups: gmane.linux.kernel.cross-arch,gmane.linux.kernel To: Geert Uytterhoeven CC: Michal Marek , "linux-arch@vger.kernel.org" , lkml Subject: Re: subtle side effect of commit a1c48bb160f836 References: <55826966.6050202@synopsys.com> <5582742D.9090206@synopsys.com> In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.12.197.3] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 25 On Thursday 18 June 2015 01:07 PM, Geert Uytterhoeven wrote: >>> >> Can we include $(srctree)/arch/$(SRCARCH)/Makefile twice? >> > >> > Something like this would be ideal, but does that not bring back your warnings ? > I don't think so. The warnings were caused by using the host compiler instead > of the cross compiler while checking for the support of some compiler options. Tried that but build system spews tons of warning about over-riding commands... ----->8------- arch/arc/Makefile:103: warning: overriding commands for target `uImage' arch/arc/Makefile:103: warning: ignoring old commands for target `uImage' arch/arc/Makefile:103: warning: overriding commands for target `uImage.bin' arch/arc/Makefile:103: warning: ignoring old commands for target `uImage.bin' ... ... ----->8------- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/