Re: [PATCH 3/3] microblaze: add endianness options to LDFLAGS instead of LD

2018-07-25 Thread Michal Simek
On 3.7.2018 03:22, Masahiro Yamada wrote: > With the recent syntax extension, Kconfig is now able to evaluate the > compiler / toolchain capability. > > However, accumulating flags to 'LD' is not compatible with the way > it works; 'LD' must be passed to Kconfig to call $(ld-option,...) > from Kco

Re: [PATCH 3/3] microblaze: add endianness options to LDFLAGS instead of LD

2018-07-23 Thread Masahiro Yamada
Hi Michal, Ping? 2018-07-03 10:22 GMT+09:00 Masahiro Yamada : > With the recent syntax extension, Kconfig is now able to evaluate the > compiler / toolchain capability. > > However, accumulating flags to 'LD' is not compatible with the way > it works; 'LD' must be passed to Kconfig to call $(ld-

[PATCH 3/3] microblaze: add endianness options to LDFLAGS instead of LD

2018-07-02 Thread Masahiro Yamada
With the recent syntax extension, Kconfig is now able to evaluate the compiler / toolchain capability. However, accumulating flags to 'LD' is not compatible with the way it works; 'LD' must be passed to Kconfig to call $(ld-option,...) from Kconfig files. If you tweak 'LD' in arch Makefile depend