From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 8 Jul 2009 22:33:02 +0200 Subject: [U-Boot] [PATCH V4] libgcc inclusion from common Makefile overwritable from platform configs files In-Reply-To: <4A5500EA.2080902@freescale.com> References: <1247081808-31514-1-git-send-email-plagnioj@jcrosoft.com> <1247084077-12867-1-git-send-email-plagnioj@jcrosoft.com> <4A5500EA.2080902@freescale.com> Message-ID: <20090708203302.GA12394@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15:26 Wed 08 Jul , Scott Wood wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > >This patch allow to overwrit the libgcc Makefile inclusion from the toplevel > >Makefile by the arch_config.mk files. This is in preparation for the ARM > >architecture to move away from including libgcc function and only using > >self-contained U-Boot functions as done in Linux. > > > >Currently all the ARM boards that use the nand are broken due to the adding of > >the 64 Bit device size support. In the past we have seen problems with different > >toolchains due to EABI, FPU as example. > >With this patch and the following one we move away from all these problems and > >we will be able to have full control to have a functions embedded into u-boot. > > > >Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > >--- > >v4: > >fix typo > > > >evenif that with the typo work fine > > I'm assuming that the variable reference is there for a reason, even > if it isn't necessary right now, and thus should be correct... from the eeprom we can remove the libgcc include as there is no need to use it Best Regards, J.