]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: workaound ccache issue with .S assembly files 15142/head
authorBassam Tabbara <bassam.tabbara@quantum.com>
Thu, 18 May 2017 00:41:16 +0000 (17:41 -0700)
committerBassam Tabbara <bassam.tabbara@quantum.com>
Thu, 18 May 2017 00:51:06 +0000 (17:51 -0700)
commite1c3985148869c55b3725e208ec3bc5acf5fceae
treeb7486cb32e63de115de04043a8bb503951498bb4
parentdcd1bfb3c65be198f5a3a7a2c4d69baf2ae96eda
cmake: workaound ccache issue with .S assembly files

when building with -DWITH_CCACHE=ON recent versions of ccache
(for example 3.3.3) seem to mangle object files from the cache
for source files that have a .S extension. This seems similar
but unrelated to PR #14633. The workaround here is to rename .S
files to .s (lower case).

Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com>
src/CMakeLists.txt
src/common/crc32c_intel_fast_asm.S [deleted file]
src/common/crc32c_intel_fast_asm.s [new file with mode: 0644]
src/common/crc32c_intel_fast_zero_asm.S [deleted file]
src/common/crc32c_intel_fast_zero_asm.s [new file with mode: 0644]
src/common/crc32c_ppc_asm.S [deleted file]
src/common/crc32c_ppc_asm.s [new file with mode: 0644]