]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
build: Use .S suffix for ppc64le assembly files 15373/head
authorAndrew Solomon <asolomon@us.ibm.com>
Tue, 30 May 2017 17:39:34 +0000 (17:39 +0000)
committerAndrew Solomon <asolomon@us.ibm.com>
Wed, 31 May 2017 01:14:26 +0000 (01:14 +0000)
commitd7742d2c2d9189d103c4078406327584c95da6f8
treef6ec4ec2c67e0e1b44cbe8416a771d241b9be07f
parentaefd56b450f8f691ee7e52d55def44f52ac9fe11
build: Use .S suffix for ppc64le assembly files

The assembly file name suffix was changed from .S to .s,
which caused a build break on ppc64le architecture.

To fix this issue, the suffix will be changed back to .S
for ppc64le assembly files only.  The x86 assembly files
can retain the .s suffix.

Fixes: http://tracker.ceph.com/issues/20106
Signed-off-by: Andrew Solomon <asolomon@us.ibm.com>
src/CMakeLists.txt
src/common/crc32c_ppc_asm.S [new file with mode: 0644]
src/common/crc32c_ppc_asm.s [deleted file]