Re: [PATCH v2 1/2] Makefile: Remove '--gcc-toolchain' flag

2021-03-16 Thread Masahiro Yamada
On Tue, Mar 16, 2021 at 1:42 AM Sedat Dilek wrote: > > On Mon, Mar 15, 2021 at 5:22 PM Masahiro Yamada wrote: > > > > On Wed, Mar 10, 2021 at 5:59 AM Nathan Chancellor wrote: > > > > > > This flag was originally added to allow clang to find the GNU cross > > > tools in commit 785f11aa595b

Re: [PATCH v2 1/2] Makefile: Remove '--gcc-toolchain' flag

2021-03-15 Thread Sedat Dilek
On Mon, Mar 15, 2021 at 5:22 PM Masahiro Yamada wrote: > > On Wed, Mar 10, 2021 at 5:59 AM Nathan Chancellor wrote: > > > > This flag was originally added to allow clang to find the GNU cross > > tools in commit 785f11aa595b ("kbuild: Add better clang cross build > > support"). This flag was not

Re: [PATCH v2 1/2] Makefile: Remove '--gcc-toolchain' flag

2021-03-15 Thread Masahiro Yamada
On Wed, Mar 10, 2021 at 5:59 AM Nathan Chancellor wrote: > > This flag was originally added to allow clang to find the GNU cross > tools in commit 785f11aa595b ("kbuild: Add better clang cross build > support"). This flag was not enough to find the tools at times so > '--prefix' was added to the

Re: [PATCH v2 1/2] Makefile: Remove '--gcc-toolchain' flag

2021-03-09 Thread Fangrui Song
On 2021-03-09, Nathan Chancellor wrote: This flag was originally added to allow clang to find the GNU cross tools in commit 785f11aa595b ("kbuild: Add better clang cross build support"). This flag was not enough to find the tools at times so '--prefix' was added to the list in commit

[PATCH v2 1/2] Makefile: Remove '--gcc-toolchain' flag

2021-03-09 Thread Nathan Chancellor
This flag was originally added to allow clang to find the GNU cross tools in commit 785f11aa595b ("kbuild: Add better clang cross build support"). This flag was not enough to find the tools at times so '--prefix' was added to the list in commit ef8c4ed9db80 ("kbuild: allow to use GCC toolchain not