commit | b3d9fc1436808a4ef9927e558b3415e728e710c5 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Wed Mar 03 11:43:14 2021 +0100 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Wed Mar 10 04:17:47 2021 +0900 |
tree | 4840481a00bbcc6c939387ac2852dc2b7577cdcc | |
parent | 993bdde94547887faaad4a97f0b0480a6da271c3 [diff] |
kbuild: dummy-tools: fix inverted tests for gcc 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>