start splitting tcc-0.9.26 hashes

This commit is contained in:
Liam Wilson 2024-01-12 05:36:24 +00:00
parent dcb0134de8
commit ba4c8b4ae7
3 changed files with 9 additions and 6 deletions

View file

@ -369,6 +369,7 @@ tcc-boot2 -ar cr ${LIBDIR}/libc.a unified-libc.o
cd ../${TCC_PKG} cd ../${TCC_PKG}
# rebuild tcc-boot2 with itself # rebuild tcc-boot2 with itself
# LJW FIXME find a neater way to repeat this step (maybe a separate kaem script)
tcc-boot2 \ tcc-boot2 \
-g \ -g \
-v \ -v \
@ -438,9 +439,6 @@ cd ../..
# Checksums # Checksums
if match x${UPDATE_CHECKSUMS} xTrue; then if match x${UPDATE_CHECKSUMS} xTrue; then
sha256sum -o ${pkg}.checksums \ sha256sum -o ${pkg}.checksums \
/usr/bin/tcc-mes \
/usr/bin/tcc-boot0 \
/usr/bin/tcc-boot1 \
/usr/bin/tcc \ /usr/bin/tcc \
/usr/lib/mes/libc.a \ /usr/lib/mes/libc.a \
/usr/lib/mes/libgetopt.a \ /usr/lib/mes/libgetopt.a \
@ -453,3 +451,8 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
else else
sha256sum -c ${pkg}.${ARCH}.checksums sha256sum -c ${pkg}.${ARCH}.checksums
fi fi
# LJW FIXME only check hashes for following files when doing mes builds:
# /usr/bin/tcc-mes \
# /usr/bin/tcc-boot0 \
# /usr/bin/tcc-boot1 \

View file

@ -1,6 +1,3 @@
f3c51ecb0e5d0865822dd0e83dc459ccfd2576ecad845bc888558ab010e2a609 /usr/bin/tcc-mes
b758fff28f3d03b057b0414eb92da0c46e22bc8e9da29af33fbe65b01047d25d /usr/bin/tcc-boot0
56e267e3031f548ea155d61a97fc3e6e8fff277159d7ae3273820a8c0f4582a0 /usr/bin/tcc-boot1
3404d1e8f61be09c1caeba03dcf99abae8881a485fe13160e6bb5fe44538d378 /usr/bin/tcc 3404d1e8f61be09c1caeba03dcf99abae8881a485fe13160e6bb5fe44538d378 /usr/bin/tcc
3bfd10dfe347c4fb40fbf5f2f705cd806c77e0f80cf4ad1ecfd4beddada2937c /usr/lib/mes/libc.a 3bfd10dfe347c4fb40fbf5f2f705cd806c77e0f80cf4ad1ecfd4beddada2937c /usr/lib/mes/libc.a
12c07ae103e7e3b390150a79e5c600d88de14e9bb73a066f6342582729ef5a3f /usr/lib/mes/libgetopt.a 12c07ae103e7e3b390150a79e5c600d88de14e9bb73a066f6342582729ef5a3f /usr/lib/mes/libgetopt.a

View file

@ -0,0 +1,3 @@
f3c51ecb0e5d0865822dd0e83dc459ccfd2576ecad845bc888558ab010e2a609 /usr/bin/tcc-mes
b758fff28f3d03b057b0414eb92da0c46e22bc8e9da29af33fbe65b01047d25d /usr/bin/tcc-boot0
56e267e3031f548ea155d61a97fc3e6e8fff277159d7ae3273820a8c0f4582a0 /usr/bin/tcc-boot1