mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +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
17
sysa/tcc-0.9.26/checksums
Normal file
17
sysa/tcc-0.9.26/checksums
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
27585 /after/bin/boot0-tcc
|
||||
10300 /after/bin/boot1-tcc
|
||||
47485 /after/bin/boot2-tcc
|
||||
38508 /after/bin/boot3-tcc
|
||||
336 /after/bin/boot4-tcc
|
||||
35666 /after/bin/boot5-tcc
|
||||
14206 /after/bin/mes-tcc
|
||||
35666 /after/bin/tcc
|
||||
35666 /after/bin/tcc-0.9.26
|
||||
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
|
||||
10853 /after/lib/tcc/libtcc1.a
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue