kbuild: dummy-tools: fix inverted tests for gcc
stable inclusion from stable-5.10.27 commit feaa91193ad38d1cdeea0fa5e1ec1eeaf1fc9a36 bugzilla: 51493 -------------------------------- [ Upstream commit b3d9fc14 ] There is a test in Kconfig which takes inverted value of a compiler check: * config CC_HAS_INT128 def_bool !$(cc-option,$(m64-flag) -D__SIZEOF_INT128__=0) This results in CC_HAS_INT128 not being in super-config generated by dummy-tools. So take this into account in the gcc script. Signed-off-by:Jiri Slaby <jslaby@suse.cz> Signed-off-by:
Masahiro Yamada <masahiroy@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Acked-by:
Weilong Chen <chenweilong@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>
Loading
Please sign in to comment