diff options
author | Andrew Solomon <asolomon@us.ibm.com> | 2017-05-30 19:39:34 +0200 |
---|---|---|
committer | Andrew Solomon <asolomon@us.ibm.com> | 2017-05-31 03:14:26 +0200 |
commit | d7742d2c2d9189d103c4078406327584c95da6f8 (patch) | |
tree | f6ec4ec2c67e0e1b44cbe8416a771d241b9be07f /src/common/crc32c_ppc_asm.S | |
parent | Merge pull request #15359 from liewegas/wip-kraken-x (diff) | |
download | ceph-d7742d2c2d9189d103c4078406327584c95da6f8.tar.xz ceph-d7742d2c2d9189d103c4078406327584c95da6f8.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | src/common/crc32c_ppc_asm.S (renamed from src/common/crc32c_ppc_asm.s) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/common/crc32c_ppc_asm.s b/src/common/crc32c_ppc_asm.S index 1dc6dd1cf31..1dc6dd1cf31 100644 --- a/src/common/crc32c_ppc_asm.s +++ b/src/common/crc32c_ppc_asm.S |