Re: [PATCH] h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-

2019-03-13 Thread Masahiro Yamada
On Fri, Feb 15, 2019 at 11:53 PM Masahiro Yamada wrote: > > It believe it is a bad idea to hardcode a specific compiler prefix > that may or may not be installed on a user's system. It is annoying > when testing features that should not require compilers at all. > > For example, mrproper, headers_

[PATCH] h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-

2019-02-14 Thread Masahiro Yamada
It believe it is a bad idea to hardcode a specific compiler prefix that may or may not be installed on a user's system. It is annoying when testing features that should not require compilers at all. For example, mrproper, headers_install, etc. should work without any compiler. They look like foll