From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 8 Jul 2009 22:09:30 +0200 Subject: [U-Boot] [PATCH v3] libgcc inclusion from common Makefile overwritable from platform configs files In-Reply-To: <4A54F6A8.9010808@freescale.com> References: <1247081808-31514-1-git-send-email-plagnioj@jcrosoft.com> <4A54F6A8.9010808@freescale.com> Message-ID: <20090708200930.GF21586@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 14:42 Wed 08 Jul , Scott Wood wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > LOAD_ADDR = 0x10400000 > > LDSCRIPT = $(TOPDIR)/board/$(BOARDDIR)/eeprom.lds > > lnk = $(if $(obj),$(obj),.) > >@@ -49,7 +47,7 @@ $(obj)eeprom.srec: $(obj)eeprom.o $(obj)eeprom_start.o > > -o $(<:.o=) -e eeprom eeprom.o eeprom_start.o \ > > -L$(obj)../../examples -lstubs \ > > -L$(obj)../../lib_generic -lgeneric \ > >- -L$(gcclibdir) -lgcc > >+ $(PLATFROM_LIBGCC) > > PLATFROM? I've build it it does not to need the libgcc at all I'll fix anyway Best Regards, J.