OSDN Git Service

Revert "configure: Add workaround for ccache and clang"
authorYonggang Luo <luoyonggang@gmail.com>
Mon, 9 Oct 2023 16:51:13 +0000 (00:51 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Oct 2023 13:20:46 +0000 (15:20 +0200)
commit4f94781196a5bea7c07f6a6d6c301abf2a069e2b
treefc5261b1c3696e316a91e6f42f2d6133f28bbaca
parentc624cb32a92b84e7978e512e4d67c4e2b72b0e2b
Revert "configure: Add workaround for ccache and clang"

This reverts commit fd0e60530f10078f488fa3e9591cc7db5732989c.

According to https://peter.eisentraut.org/blog/2014/12/01/ccache-and-clang-part-3
it's already fixed in new version of ccache

According to https://ccache.dev/manual/4.8.html#config_run_second_cpp
CCACHE_CPP2 are default to true for new version ccache

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Message-ID: <20231009165113.498-1-luoyonggang@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure