Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull more Kbuild updates from Masahiro Yamada: - raise minimum supported binutils version to 2.23 - remove old CONFIG_AS_* macros that we know binutils >= 2.23 supports - move remaining CONFIG_AS_* tests to Kconfig from Makefile - enable -Wtautological-compare warnings to catch more issues - do not support GCC plugins for GCC <= 4.7 - fix various breakages of 'make xconfig' - include the linker version used for linking the kernel into LINUX_COMPILER, which is used for the banner, and also exposed to /proc/version - link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y, which allows us to remove the lib-ksyms.o workaround, and to solve the last known issue of the LLVM linker - add dummy tools in scripts/dummy-tools/ to enable all compiler tests in Kconfig, which will be useful for distro maintainers - support the single switch, LLVM=1 to use Clang and all LLVM utilities instead of GCC and Binutils. - support LLVM_IAS=1 to enable the integrated assembler, which is still experimental * tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (36 commits) kbuild: fix comment about missing include guard detection kbuild: support LLVM=1 to switch the default tools to Clang/LLVM kbuild: replace AS=clang with LLVM_IAS=1 kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memory kbuild: remove -I$(srctree)/tools/include from scripts/Makefile kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_h Documentation/llvm: fix the name of llvm-size kbuild: mkcompile_h: Include $LD version in /proc/version kconfig: qconf: Fix a few alignment issues kconfig: qconf: remove some old bogus TODOs kconfig: qconf: fix support for the split view mode kconfig: qconf: fix the content of the main widget kconfig: qconf: Change title for the item window kconfig: qconf: clean deprecated warnings gcc-plugins: drop support for GCC <= 4.7 kbuild: Enable -Wtautological-compare x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2 crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean' ...
No related branches found
No related tags found
Showing
- Documentation/kbuild/kbuild.rst 5 additions, 0 deletionsDocumentation/kbuild/kbuild.rst
- Documentation/kbuild/llvm.rst 11 additions, 4 deletionsDocumentation/kbuild/llvm.rst
- Documentation/process/changes.rst 2 additions, 2 deletionsDocumentation/process/changes.rst
- Makefile 30 additions, 10 deletionsMakefile
- arch/h8300/include/uapi/asm/posix_types.h 13 additions, 0 deletionsarch/h8300/include/uapi/asm/posix_types.h
- arch/mips/fw/arc/memory.c 2 additions, 2 deletionsarch/mips/fw/arc/memory.c
- arch/sh/include/asm/bitops-op32.h 3 additions, 5 deletionsarch/sh/include/asm/bitops-op32.h
- arch/sh/include/uapi/asm/setup.h 0 additions, 2 deletionsarch/sh/include/uapi/asm/setup.h
- arch/sh/include/uapi/asm/types.h 0 additions, 2 deletionsarch/sh/include/uapi/asm/types.h
- arch/x86/Kconfig 2 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/Kconfig.assembler 17 additions, 0 deletionsarch/x86/Kconfig.assembler
- arch/x86/Makefile 0 additions, 22 deletionsarch/x86/Makefile
- arch/x86/crypto/Makefile 64 additions, 98 deletionsarch/x86/crypto/Makefile
- arch/x86/crypto/aesni-intel_avx-x86_64.S 0 additions, 6 deletionsarch/x86/crypto/aesni-intel_avx-x86_64.S
- arch/x86/crypto/aesni-intel_glue.c 1 addition, 20 deletionsarch/x86/crypto/aesni-intel_glue.c
- arch/x86/crypto/blake2s-core.S 0 additions, 2 deletionsarch/x86/crypto/blake2s-core.S
- arch/x86/crypto/chacha_glue.c 2 additions, 4 deletionsarch/x86/crypto/chacha_glue.c
- arch/x86/crypto/poly1305-x86_64-cryptogams.pl 0 additions, 16 deletionsarch/x86/crypto/poly1305-x86_64-cryptogams.pl
- arch/x86/crypto/poly1305_glue.c 5 additions, 6 deletionsarch/x86/crypto/poly1305_glue.c
- arch/x86/crypto/sha1_ssse3_asm.S 0 additions, 4 deletionsarch/x86/crypto/sha1_ssse3_asm.S
Loading
Please register or sign in to comment