Skip to content

Commit

Permalink
Merge pull request #333 from fosslinux/tinycc_upgrade
Browse files Browse the repository at this point in the history
Update to newer bootstrappable tcc snapshot.
  • Loading branch information
fosslinux authored Nov 20, 2023
2 parents c38a58e + f981615 commit eb6cbad
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 228 deletions.
5 changes: 2 additions & 3 deletions parts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,8 @@ non-trivial process and as seen within tcc. kaem has many different parts
within it: a. tcc 0.9.26 is first compiled using ``mescc``. b. The mes
libc is recompiled using tcc (``mescc`` has a non-standard ``.a``
format), including some additions for later programs. c. tcc 0.9.26 is
recompiled 5(!) times to add new features that are required for other
features, namely ``long long`` and ``float``. Each time, the libc is
also recompiled.
recompiled 3 times to add new features, namely ``long long`` and
``float``. Each time, the libc is also recompiled.

tinycc 0.9.27
=============
Expand Down
2 changes: 1 addition & 1 deletion rootfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def check_types():

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

# Tmp validation
if args.bwrap and args.tmpfs:
Expand Down
2 changes: 1 addition & 1 deletion sysa/tcc-0.9.26/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://lilypond.org/janneke/tcc/tcc-0.9.26-1136-g5bba73cc.tar.gz 23cacd448cff2baf6ed76c2d1e2d654ff4e557046e311dfb6be7e1c631014ef8 tcc-0.9.26.tar.gz
https://lilypond.org/janneke/tcc/tcc-0.9.26-1147-gee75a10c.tar.gz 6b8cbd0a5fed0636d4f0f763a603247bc1935e206e1cc5bda6a2818bab6e819f tcc-0.9.26.tar.gz
13 changes: 0 additions & 13 deletions sysa/tcc-0.9.26/tcc-0.9.26.checksums

This file was deleted.

Loading

0 comments on commit eb6cbad

Please sign in to comment.