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

2011-04-12 Thread Nobuhiro Iwamatsu
Hi, # Scott has already replied, too. You applied this patch by commit 8aba9dceebb14144e07d19593111ee3a999c37fc. Best regards, Nobuhiro 2011/4/12 Wolfgang Denk : > Dear Nobuhiro Iwamatsu, > > In message <1294747652-12603-1-git-send-email-iwama...@nigauri.org> you wrote: >> Linker needs to use

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

2011-04-11 Thread Scott Wood
On Mon, 11 Apr 2011 21:15:43 +0200 Wolfgang Denk wrote: > Dear Nobuhiro Iwamatsu, > > In message <1294747652-12603-1-git-send-email-iwama...@nigauri.org> you wrote: > > Linker needs to use the proper endian/bfd flags even when doing partial > > linking. > > LDFLAGS_u-boot sets linker option whi

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

2011-04-11 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <1294747652-12603-1-git-send-email-iwama...@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

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

2011-01-12 Thread Mike Frysinger
On Tuesday, January 11, 2011 07:07:32 Nobuhiro Iwamatsu 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

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

2011-01-11 Thread Nobuhiro Iwamatsu
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 Signed-off-by: Nobuhiro Iwamat