From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E7B21DDDA5 for ; Wed, 11 Feb 2009 15:03:09 +1100 (EST) Subject: Re: [PATCH 1/3] Makefile: Include arch Makefiles as late as possible From: Benjamin Herrenschmidt To: Ingo Molnar In-Reply-To: <20090204212612.GN22608@elte.hu> References: <20090204150755.GA24163@oksana.dev.rtsoft.ru> <20090204150835.GA30027@oksana.dev.rtsoft.ru> <20090204212612.GN22608@elte.hu> Content-Type: text/plain Date: Wed, 11 Feb 2009 14:51:34 +1100 Message-Id: <1234324294.29851.0.camel@pasglop> Mime-Version: 1.0 Cc: linux-rt-users@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Steven Rostedt , Paul Mackerras , Sam Ravnborg List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2009-02-04 at 22:26 +0100, Ingo Molnar wrote: > > +include $(srctree)/arch/$(SRCARCH)/Makefile > > + > > # arch Makefile may override CC so keep this after arch Makefile is > included > > NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) > -print-file-name=include) > > CHECKFLAGS += $(NOSTDINC_FLAGS) > > -- > > this patch is really for Sam to judge - Cc:-ed him. Sam ? I have a few more powerpc patches depending on that one... so I'd like to know if it's totally doomed or not :-) Cheers, Ben.