[U-Boot] [PATCH 1/1] at91: use pre-built object to avoid weak function problem
Mike Frysinger
vapier at gentoo.org
Sun Feb 1 20:33:19 CET 2009
On Sun, Feb 1, 2009 at 2:25 PM, Wolfgang Denk wrote:
> In message Jean-Christophe PLAGNIOL-VILLARD you wrote:
>> +cmd_link_o_target = $(if $(strip $(2)),\
>> + $(LD) $(PLATFORM_LDFLAGS) -r -o $(1) $(2) ,\
>> + rm -f $@; $(AR) rcs $(1))
>
> Please make sure to use $(STRIP) instead of 'strip'
this is make $(strip ...), not toolchain $(STRIP)
-mike
More information about the U-Boot
mailing list