
1 Feb
2009
1 Feb
'09
8:33 p.m.
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