[GIT PULL] Kbuild fixes for v5.8-rc7

From: Masahiro Yamada
Date: Sun Jul 26 2020 - 17:00:01 EST


Hi Linus,

Please pull some more Kbuild fixes.
Thanks.


The following changes since commit dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258:

Linux 5.8-rc4 (2020-07-05 16:20:22 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.8-3

for you to fetch changes up to ca9b31f6bb9c6aa9b4e5f0792f39a97bbffb8c51:

Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation
(2020-07-23 11:29:07 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.8 (3rd)

- do not use non-portable strsep() in a host program

- fix single target builds for external modules

- change Clang's --prefix option to make it work for the latest Clang

----------------------------------------------------------------
Fangrui Song (1):
Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation

H. Nikolaus Schaller (1):
modpost: remove use of non-standard strsep() in HOSTCC code

Masahiro Yamada (1):
kbuild: fix single target builds for external modules

Makefile | 4 ++--
scripts/mod/modpost.c | 12 ++++++++++--
2 files changed, 12 insertions(+), 4 deletions(-)



--
Best Regards
Masahiro Yamada