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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to