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

Wolfgang Denk wd at denx.de
Sun Feb 1 21:23:50 CET 2009


Dear Mike Frysinger,

In message <1aad82fa0902011209t5c1251fbm6f544c6207e9d779 at mail.gmail.com> you wrote:
> 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

I see. Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Violence in reality is quite different from theory.
	-- Spock, "The Cloud Minders", stardate 5818.4


More information about the U-Boot mailing list