Implement fletcher16 checksumming up to path

Uses fletcher16 from previous commits.
Next we will use sha-2 to do checksumming.
This commit is contained in:
fosslinux 2021-02-13 17:29:49 +11:00
parent 192221af22
commit 372e08e4f9
23 changed files with 90 additions and 2 deletions

View file

@ -379,4 +379,7 @@ chmod 755 ${bindir}/tcc-0.9.26
tcc -c -D HAVE_CONFIG_H=1 -I include -I include/linux/x86 lib/posix/getopt.c
tcc -ar cr ${libdir}/libgetopt.a getopt.o
cd ..
cd ../..
# Checksums
fletcher16 checksums