Searched hist:b3d9fc14 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/dummy-tools/ |
H A D | gcc | b3d9fc14 Wed Mar 03 04:43:14 CST 2021 Jiri Slaby <jslaby@suse.cz> 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>
|