
1 Feb
2009
1 Feb
'09
9:09 p.m.
On Sun, Feb 1, 2009 at 3:06 PM, Wolfgang Denk wrote:
In message Mike Frysinger 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)
Please elucidate?
http://www.gnu.org/software/make/manual/html_node/Text-Functions.html#Text-F... -mike