Re: [U-Boot] [PATCH v3] examples: select libgcc for non-default architecture

2014-05-18 Thread Masahiro Yamada
Hi Alexey, On Fri, 16 May 2014 12:54:17 +0400 Alexey Brodkin alexey.brod...@synopsys.com wrote: In case of multilib-enabled toolchains if default architecture differ from the one examples are being built for linker will fail to link example object files with libgcc of another (non-compatible)

[U-Boot] [PATCH v3] examples: select libgcc for non-default architecture

2014-05-16 Thread Alexey Brodkin
In case of multilib-enabled toolchains if default architecture differ from the one examples are being built for linker will fail to link example object files with libgcc of another (non-compatible) architecture. Interesting enough for years in main Makefile we used CFLAGS/c_flags for this but not

Re: [U-Boot] [PATCH v3] examples: select libgcc for non-default architecture

2014-05-16 Thread Wolfgang Denk
Dear Alexey Brodkin, In message 1400230457-11075-1-git-send-email-abrod...@synopsys.com you wrote: In case of multilib-enabled toolchains if default architecture differ from the one examples are being built for linker will fail to link example object files with libgcc of another