mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
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:
parent
192221af22
commit
372e08e4f9
23 changed files with 90 additions and 2 deletions
9
sysa/tcc-0.9.27/checksums/tcc-0.9.27
Normal file
9
sysa/tcc-0.9.27/checksums/tcc-0.9.27
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
35075 /after/bin/tcc
|
||||
47832 /after/lib/libc.a
|
||||
47832 /after/lib/libc+gnu.a
|
||||
20204 /after/lib/libc+tcc.a
|
||||
54049 /after/lib/libgetopt.a
|
||||
23061 /after/lib/crt1.o
|
||||
16980 /after/lib/crti.o
|
||||
47705 /after/lib/crtn.o
|
||||
54138 /after/lib/tcc/libtcc1.a
|
||||
|
|
@ -40,3 +40,6 @@ tcc -version
|
|||
kaem --file ../../compile-libc.kaem
|
||||
|
||||
cd ../..
|
||||
|
||||
# Checksums
|
||||
fletcher16 checksums/tcc-0.9.27
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue