]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CMake: Support RISC-V BCJ Filter for encoding and decoding.
authorJia Tan <jiat0218@gmail.com>
Mon, 22 Jan 2024 15:33:39 +0000 (23:33 +0800)
committerJia Tan <jiat0218@gmail.com>
Tue, 23 Jan 2024 15:05:47 +0000 (23:05 +0800)
CMakeLists.txt

index d2d29db64fa254bbddf743ed5148b376d5ef8dce..c5573d7b32a07604d5d41044098df09d50c7d49d 100644 (file)
@@ -448,6 +448,7 @@ set(SIMPLE_FILTERS
     powerpc
     ia64
     sparc
+    riscv
 )
 
 # The SUPPORTED_FILTERS are shared between Encoders and Decoders