Merge tag 'kbuild-fixes-v5.10-2' of...
Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild Pull Kbuild fixes from Masahiro Yamada: - Move -Wcast-align to W=3, which tends to be false-positive and there is no tree-wide solution. - Pass -fmacro-prefix-map to KBUILD_CPPFLAGS because it is a preprocessor option and makes sense for .S files as well. - Disable -gdwarf-2 for Clang's integrated assembler to avoid warnings. - Disable --orphan-handling=warn for LLD 10.0.1 to avoid warnings. - Fix undesirable line breaks in *.mod files. * tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kbuild: avoid split lines in .mod files kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1 kbuild: Hoist '--orphan-handling' into Kconfig Kbuild: do not emit debug info for assembly with LLVM_IAS=1 kbuild: use -fmacro-prefix-map for .S sources Makefile.extrawarn: move -Wcast-align to W=3
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- Makefile 9 additions, 1 deletionMakefile
- arch/Kconfig 9 additions, 0 deletionsarch/Kconfig
- arch/arm/Kconfig 1 addition, 0 deletionsarch/arm/Kconfig
- arch/arm/Makefile 0 additions, 4 deletionsarch/arm/Makefile
- arch/arm/boot/compressed/Makefile 3 additions, 1 deletionarch/arm/boot/compressed/Makefile
- arch/arm64/Kconfig 1 addition, 0 deletionsarch/arm64/Kconfig
- arch/arm64/Makefile 0 additions, 4 deletionsarch/arm64/Makefile
- arch/powerpc/Kconfig 1 addition, 0 deletionsarch/powerpc/Kconfig
- arch/powerpc/Makefile 0 additions, 1 deletionarch/powerpc/Makefile
- arch/x86/Kconfig 1 addition, 0 deletionsarch/x86/Kconfig
- arch/x86/Makefile 0 additions, 3 deletionsarch/x86/Makefile
- arch/x86/boot/compressed/Makefile 3 additions, 1 deletionarch/x86/boot/compressed/Makefile
- init/Kconfig 10 additions, 0 deletionsinit/Kconfig
- scripts/Makefile.build 4 additions, 8 deletionsscripts/Makefile.build
- scripts/Makefile.extrawarn 1 addition, 1 deletionscripts/Makefile.extrawarn
- scripts/lld-version.sh 20 additions, 0 deletionsscripts/lld-version.sh
Loading
Please register or sign in to comment