summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/chunkio/deps/crc32/gen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/chunkio/deps/crc32/gen.sh')
-rwxr-xr-xsrc/fluent-bit/lib/chunkio/deps/crc32/gen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/chunkio/deps/crc32/gen.sh b/src/fluent-bit/lib/chunkio/deps/crc32/gen.sh
new file mode 100755
index 000000000..8fc39597a
--- /dev/null
+++ b/src/fluent-bit/lib/chunkio/deps/crc32/gen.sh
@@ -0,0 +1,2 @@
+pycrc-0.9.2/pycrc.py --generate c --algorithm table-driven --model crc-32 --slice-by 8 -o crc32.c
+pycrc-0.9.2/pycrc.py --generate h --algorithm table-driven --model crc-32 --slice-by 8 -o crc32.h