]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: use nasm to replace yasm to build isa-l
authorChangcheng Liu <changcheng.liu@aliyun.com>
Wed, 28 Oct 2020 07:11:10 +0000 (15:11 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Thu, 29 Oct 2020 04:36:08 +0000 (12:36 +0800)
commit58a946ca06a7bc4b7b73fca4324a621e1460c9c8
tree2016b6098e20bd74581cc83ea84b13178c2417e7
parenta944232ad40a852fcdbf3ecf72e0d45032d76c3b
cmake: use nasm to replace yasm to build isa-l

1. use nasm to replace yasm to build isa-l
2. use the defined MACRO for nasm to replace all the defined MACRO for
   yasm

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/common/CMakeLists.txt
src/common/crc32c_intel_fast.c
src/common/options.cc
src/compressor/zlib/CMakeLists.txt
src/compressor/zlib/ZlibCompressor.cc
src/crypto/CMakeLists.txt
src/crypto/isa-l/CMakeLists.txt
src/erasure-code/CMakeLists.txt
src/erasure-code/isa/CMakeLists.txt
src/test/erasure-code/CMakeLists.txt
src/test/erasure-code/TestErasureCodePluginClay.cc