From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sat, 20 Jun 2009 06:18:15 -0400 Subject: [U-Boot] [PATCH 1/2 V2] Move libgcc inclusion from common Makefile to platform configs files In-Reply-To: <1245490407-22770-1-git-send-email-plagnioj@jcrosoft.com> References: <1245490407-22770-1-git-send-email-plagnioj@jcrosoft.com> Message-ID: <200906200618.16595.vapier@gentoo.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 Saturday 20 June 2009 05:33:26 Jean-Christophe PLAGNIOL-VILLARD wrote: > This patch moves the libgcc Makefile inclusion from the toplevel Makefile > to 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. why not change the top level Makefile to read: PLATFORM_LIBGCC ?= ... then any board/arch that doesnt want it can simply do: PLATFORM_LIBGCC = # dont want it -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20090620/0661677e/attachment.pgp