]> git.ipfire.org Git - thirdparty/ccache.git/commit
test: Only run -fprofile-update=atomic test when supported by compiler
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Jul 2024 08:31:07 +0000 (10:31 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Jul 2024 08:47:20 +0000 (10:47 +0200)
commitc6b8326bb9a4cb8aaf0f0f85720da3ddc0627371
treeeff29bcd2e5a2182a2bc899c793e20898640a59a
parentd0590d105a4c6eea409d0ae187b45bd6aa3f61bd
test: Only run -fprofile-update=atomic test when supported by compiler

This fixes an issue with the arm-linux-gnueabi GCC which doesn't support
-fprofile-update=atomic.

(cherry picked from commit 2031c581a648e14d3f3eaa475df0ae3d29780180)
test/suites/profiling_gcc.bash