-
DENG Qingfang authored
Update ccache to 4.2.1 While compiling on Gentoo, the ccache can not be compiled due to this error: /openwrt/build_dir/host/ccache-4.1/unittest/../src/third_party/doctest.h:4084:47: error: size of array 'altStackMem' is not an integral constant-expression 4084 | static char altStackMem[4 * SIGSTKSZ]; | ^ This was fixed in ccache version 4.2.1 [1] by upgrading doctest [2]. [1] https://github.com/ccache/ccache/issues/825 [2] https://github.com/doctest/doctest/issues/473 Signed-off-by:DENG Qingfang <[email protected]> Signed-off-by: Hans Dedecker <[email protected]> [refresh patch] (cherry picked from commit 3ebfd007) Signed-off-by:
Josef Schlehofer <[email protected]> [improved commit message]
DENG Qingfang authoredUpdate ccache to 4.2.1 While compiling on Gentoo, the ccache can not be compiled due to this error: /openwrt/build_dir/host/ccache-4.1/unittest/../src/third_party/doctest.h:4084:47: error: size of array 'altStackMem' is not an integral constant-expression 4084 | static char altStackMem[4 * SIGSTKSZ]; | ^ This was fixed in ccache version 4.2.1 [1] by upgrading doctest [2]. [1] https://github.com/ccache/ccache/issues/825 [2] https://github.com/doctest/doctest/issues/473 Signed-off-by:DENG Qingfang <[email protected]> Signed-off-by: Hans Dedecker <[email protected]> [refresh patch] (cherry picked from commit 3ebfd007) Signed-off-by:
Josef Schlehofer <[email protected]> [improved commit message]
Loading