Merge tag 'kbuild-fixes-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Mar 2025 19:23:14 +0000 (09:23 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Mar 2025 19:23:14 +0000 (09:23 -1000)
commit9712d38c87087ae34f8cede6583092c272507c52
tree03d647b1b42d8eda03d034ab1104af734beb29e0
parent0dc1f314f854257eb64dcea604a42a55225453a9
parentb5e3956535466187657563b754ba0f1da8626c7f
Merge tag 'kbuild-fixes-v6.14-3' of git://git./linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild fixes from Masahiro Yamada:

 - Use the specified $(LD) when building userprogs with Clang

 - Pass the correct target triple when compile-testing UAPI headers
   with Clang

 - Fix pacman-pkg build error with KBUILD_OUTPUT

* tag 'kbuild-fixes-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kbuild: install-extmod-build: Fix build when specifying KBUILD_OUTPUT
  docs: Kconfig: fix defconfig description
  kbuild: hdrcheck: fix cross build with clang
  kbuild: userprogs: use correct lld when linking through clang