[U-Boot] [PATCH v3] Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS

Scott Wood scottwood at freescale.com
Mon Apr 11 21:24:59 CEST 2011


On Mon, 11 Apr 2011 21:15:43 +0200
Wolfgang Denk <wd at denx.de> wrote:

> Dear Nobuhiro Iwamatsu,
> 
> In message <1294747652-12603-1-git-send-email-iwamatsu at nigauri.org> you wrote:
> > Linker needs to use the proper endian/bfd flags even when doing partial linking.
> > LDFLAGS_u-boot sets linker option which is called it when U-boot is built
> > (u-boot final).
> > LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
> > 
> > CC: Mike Frysinger <vapier at gentoo.org>
> > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> > ---
> >  V3: Remove trailing space.
> > 
> >  Makefile                  |    2 +-
> >  arch/blackfin/config.mk   |    3 ++-
> >  arch/i386/config.mk       |    3 ++-
> >  arch/nios2/config.mk      |    2 +-
> >  arch/powerpc/config.mk    |    4 ++--
> >  arch/sh/config.mk         |    2 +-
> >  arch/sh/cpu/sh2/config.mk |    4 +++-
> >  config.mk                 |    8 +++++---
> >  8 files changed, 17 insertions(+), 11 deletions(-)
> 
> This patch does no longer apply.  Is it still needed?  If yes, please
> rebase and resubmit.  Thanks.

It's already been applied (8aba9dceebb14144e07d19593111ee3a999c37fc)...

-Scott



More information about the U-Boot mailing list