Re: [U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2011-01-04 Thread Nobuhiro Iwamatsu
Hi, On Wed, Dec 29, 2010 at 09:02:33PM -0500, Mike Frysinger wrote: On Monday, December 27, 2010 02:00:24 Nobuhiro Iwamatsu wrote: This move linker option used by the last of u-boot in LDFLAGS_u-boot variable. And the option to use in ld uses LDFLAGS variable. Nobuhiro: could you repost

Re: [U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2010-12-29 Thread Mike Frysinger
On Monday, December 27, 2010 02:00:24 Nobuhiro Iwamatsu wrote: This move linker option used by the last of u-boot in LDFLAGS_u-boot variable. And the option to use in ld uses LDFLAGS variable. Nobuhiro: could you repost with an updated changelog please ? talk about how the the linker needs to

Re: [U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2010-12-27 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message 1293433224-17341-1-git-send-email-iwama...@nigauri.org you wrote: This move linker option used by the last of u-boot in LDFLAGS_u-boot variable. And the option to use in ld uses LDFLAGS variable. Can you please explain why this would be needed? -LDFLAGS +=

Re: [U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2010-12-27 Thread Mike Frysinger
On Monday, December 27, 2010 05:47:54 Wolfgang Denk wrote: Nobuhiro Iwamatsu wrote: This move linker option used by the last of u-boot in LDFLAGS_u-boot variable. And the option to use in ld uses LDFLAGS variable. Can you please explain why this would be needed? he explained in the

Re: [U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2010-12-27 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201012271146.22205.vap...@gentoo.org you wrote: Nobuhiro Iwamatsu wrote: This move linker option used by the last of u-boot in LDFLAGS_u-boot variable. And the option to use in ld uses LDFLAGS variable. Can you please explain why this would be needed?

Re: [U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2010-12-27 Thread Mike Frysinger
On Monday, December 27, 2010 13:58:08 Wolfgang Denk wrote: Mike Frysinger wrote: Nobuhiro Iwamatsu wrote: This move linker option used by the last of u-boot in LDFLAGS_u-boot variable. And the option to use in ld uses LDFLAGS variable. Can you please explain why this would be

Re: [U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2010-12-27 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201012271511.54110.vap...@gentoo.org you wrote: Nobuhiro Iwamatsu wrote: This move linker option used by the last of u-boot in LDFLAGS_u-boot variable. And the option to use in ld uses LDFLAGS variable. Can you please explain why this would

Re: [U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2010-12-27 Thread Mike Frysinger
On Monday, December 27, 2010 18:23:17 Wolfgang Denk wrote: And I see no trace of any $(XFLAGS_$(@F)) there. it's fairly obvious that the X is for you to replace as a matching char -mike signature.asc Description: This is a digitally signed message part.

[U-Boot] [PATCH] Add LDFLAGS-u-boot variable and move some linker option to this

2010-12-26 Thread Nobuhiro Iwamatsu
This move linker option used by the last of u-boot in LDFLAGS_u-boot variable. And the option to use in ld uses LDFLAGS variable. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- Makefile |2 +- arch/blackfin/config.mk |3 ++- arch/i386/config.mk |3