Skip to content

Commit b97716c

Browse files
committed
Update to newer bootstrappable tcc snapshot.
1 parent c38a58e commit b97716c

File tree

8 files changed

+145
-226
lines changed

8 files changed

+145
-226
lines changed

parts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ non-trivial process and as seen within tcc. kaem has many different parts
190190
within it: a. tcc 0.9.26 is first compiled using ``mescc``. b. The mes
191191
libc is recompiled using tcc (``mescc`` has a non-standard ``.a``
192192
format), including some additions for later programs. c. tcc 0.9.26 is
193-
recompiled 5(!) times to add new features that are required for other
193+
recompiled 3 times to add new features that are required for other
194194
features, namely ``long long`` and ``float``. Each time, the libc is
195195
also recompiled.
196196

rootfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def check_types():
125125

126126
# Arch validation
127127
if args.arch != "x86":
128-
raise ValueError("Only x86 is supported at the moment.")
128+
print("Only x86 is supported at the moment, other arches are for development only.")
129129

130130
# Tmp validation
131131
if args.bwrap and args.tmpfs:

sysa/tcc-0.9.26/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://lilypond.org/janneke/tcc/tcc-0.9.26-1136-g5bba73cc.tar.gz 23cacd448cff2baf6ed76c2d1e2d654ff4e557046e311dfb6be7e1c631014ef8 tcc-0.9.26.tar.gz
1+
https://lilypond.org/janneke/tcc/tcc-0.9.26-1147-gee75a10c.tar.gz 6b8cbd0a5fed0636d4f0f763a603247bc1935e206e1cc5bda6a2818bab6e819f tcc-0.9.26.tar.gz

sysa/tcc-0.9.26/tcc-0.9.26.checksums

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)