From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 30 Oct 2009 10:53:43 -0500 Subject: [U-Boot] [PATCH] makefiles: fixes/cleanup for building build tools In-Reply-To: <20091030082804.0C1C0C88C8@gemini.denx.de> References: <20091026221703.GB21570@loki.buserror.net> <200910261957.51597.vapier@gentoo.org> <20091027193410.GB25942@loki.buserror.net> <200910280327.27200.vapier@gentoo.org> <20091029161835.GA28414@loki.buserror.net> <20091030082804.0C1C0C88C8@gemini.denx.de> Message-ID: <20091030155342.GA427@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Oct 30, 2009 at 09:28:04AM +0100, Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20091029161835.GA28414@loki.buserror.net> you wrote: > > > > We can't build everything with it, as we have a lot of code that is > > incompatible. There were already exceptions in the makefiles for these > > files. Fixing that code is beyond the scope of this change, especially for > > code like libfdt that has an external upstream. > > > > I'd be OK with removing -pedantic from everything, if Wolfgang agrees. > > I don't agree. Rather I'd like to see it added everywhere, or at least > to all code that is compiled using HOSTCC. Well, then someone has to fix the code that doesn't build with -pedantic -- including upstream code from libfdt. That's beyond the scope of a makefile restructuring, though this patch does make it a little simpler to move files from one set to another as they get fixed. -Scott