tree: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig-shell-v3 head: cab76bbc77d9c585f35b5b9289850a3ae64bb879 commit: 84294f5d45d06dbee61099077fe25ac646b77bcf [22/30] kconfig: add CC_IS_GCC and GCC_VERSION config: um-x86_64_defconfig compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 84294f5d45d06dbee61099077fe25ac646b77bcf make ARCH=um SUBARCH=x86_64 defconfig make ARCH=um SUBARCH=x86_64 All errors (new ones prefixed by >>): >> init/Kconfig:13: syntax error >> init/Kconfig:12: invalid option arch/Kconfig:542: syntax error arch/Kconfig:541: invalid option arch/Kconfig:547: syntax error arch/Kconfig:546: invalid option arch/Kconfig:571: syntax error arch/Kconfig:570: invalid option make[2]: *** [defconfig] Error 1 make[1]: *** [defconfig] Error 2 make: *** [sub-make] Error 2 -- >> init/Kconfig:13: syntax error >> init/Kconfig:12: invalid option arch/Kconfig:542: syntax error arch/Kconfig:541: invalid option arch/Kconfig:547: syntax error arch/Kconfig:546: invalid option arch/Kconfig:571: syntax error arch/Kconfig:570: invalid option make[2]: *** [oldconfig] Error 1 make[1]: *** [oldconfig] Error 2 make: *** [sub-make] Error 2 -- >> init/Kconfig:13: syntax error >> init/Kconfig:12: invalid option arch/Kconfig:542: syntax error arch/Kconfig:541: invalid option arch/Kconfig:547: syntax error arch/Kconfig:546: invalid option arch/Kconfig:571: syntax error arch/Kconfig:570: invalid option make[2]: *** [olddefconfig] Error 1 make[2]: Target 'oldnoconfig' not remade because of errors. make[1]: *** [oldnoconfig] Error 2 make: *** [sub-make] Error 2 vim +13 init/Kconfig > 12 def_bool $(success $(CC) --version | grep -q gcc) > 13 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html