Re: [PATCH v2 2/4] kbuild: Add hostcc-option macro

2017-06-14 Thread Masahiro Yamada
Hi Arnd, 2017-06-14 16:26 GMT+09:00 Arnd Bergmann : > On Wed, Jun 14, 2017 at 1:08 AM, Matthias Kaehlcke wrote: >> hostcc-option is equivalent to cc-option, but uses the host compiler >> and HOSTCFLAGS. Change HOSTCFLAGS to a simple expanded variable to >>

Re: [PATCH v2 2/4] kbuild: Add hostcc-option macro

2017-06-14 Thread Masahiro Yamada
Hi Arnd, 2017-06-14 16:26 GMT+09:00 Arnd Bergmann : > On Wed, Jun 14, 2017 at 1:08 AM, Matthias Kaehlcke wrote: >> hostcc-option is equivalent to cc-option, but uses the host compiler >> and HOSTCFLAGS. Change HOSTCFLAGS to a simple expanded variable to >> allow for HOSTCFLAGS += $(call

Re: [PATCH v2 2/4] kbuild: Add hostcc-option macro

2017-06-14 Thread Arnd Bergmann
On Wed, Jun 14, 2017 at 1:08 AM, Matthias Kaehlcke wrote: > hostcc-option is equivalent to cc-option, but uses the host compiler > and HOSTCFLAGS. Change HOSTCFLAGS to a simple expanded variable to > allow for HOSTCFLAGS += $(call hostcc-option, ...). > > Suggested-by: Arnd

Re: [PATCH v2 2/4] kbuild: Add hostcc-option macro

2017-06-14 Thread Arnd Bergmann
On Wed, Jun 14, 2017 at 1:08 AM, Matthias Kaehlcke wrote: > hostcc-option is equivalent to cc-option, but uses the host compiler > and HOSTCFLAGS. Change HOSTCFLAGS to a simple expanded variable to > allow for HOSTCFLAGS += $(call hostcc-option, ...). > > Suggested-by: Arnd Bergmann >

Re: [PATCH v2 2/4] kbuild: Add hostcc-option macro

2017-06-13 Thread Masahiro Yamada
2017-06-14 8:08 GMT+09:00 Matthias Kaehlcke : > hostcc-option is equivalent to cc-option, but uses the host compiler > and HOSTCFLAGS. Change HOSTCFLAGS to a simple expanded variable to > allow for HOSTCFLAGS += $(call hostcc-option, ...). > > Suggested-by: Arnd Bergmann

Re: [PATCH v2 2/4] kbuild: Add hostcc-option macro

2017-06-13 Thread Masahiro Yamada
2017-06-14 8:08 GMT+09:00 Matthias Kaehlcke : > hostcc-option is equivalent to cc-option, but uses the host compiler > and HOSTCFLAGS. Change HOSTCFLAGS to a simple expanded variable to > allow for HOSTCFLAGS += $(call hostcc-option, ...). > > Suggested-by: Arnd Bergmann > Suggested-by: Masahiro