Re: defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble

2018-09-12 Thread Masahiro Yamada
Hi Alexey, 2018-09-12 22:43 GMT+09:00 Alexey Brodkin : > Hi Masahiro, > > On Wed, 2018-09-12 at 21:53 +0900, Masahiro Yamada wrote: >> Hi Alexey. >> >> 2018-09-12 21:08 GMT+09:00 Alexey Brodkin : >> > Hello Masahiro-san, >> > >> > Starting from kernel v4.17 it is no longer possible to install kern

Re: defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble

2018-09-12 Thread Alexey Brodkin
Hi Masahiro, On Wed, 2018-09-12 at 21:53 +0900, Masahiro Yamada wrote: > Hi Alexey. > > 2018-09-12 21:08 GMT+09:00 Alexey Brodkin : > > Hello Masahiro-san, > > > > Starting from kernel v4.17 it is no longer possible to install kernel > > headers > > for ARC architecture if there's no cross-tool

Re: defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble

2018-09-12 Thread Masahiro Yamada
Hi Alexey. 2018-09-12 21:08 GMT+09:00 Alexey Brodkin : > Hello Masahiro-san, > > Starting from kernel v4.17 it is no longer possible to install kernel headers > for ARC architecture if there's no cross-toolchain in PATH. Really? I can do 'make ARCH=arc headers_install' with the latest Linus' tr