[U-Boot] [PATCH 1/1] at91: use pre-built object to avoid weak function problem

Mike Frysinger vapier at gentoo.org
Sun Feb 1 21:09:01 CET 2009


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-Functions
-mike


More information about the U-Boot mailing list