this post was submitted on 16 Jun 2025
10 points (91.7% liked)

Linux Questions

2180 readers
1 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

(this is just as a matter of curiosity)

we now have a couple distros using musl instead of (or along side of) glibc, so I got to wondering (got sidetracked by) if anyone had done a similar project with tcc replacing gcc?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 weeks ago

Damn Small Linux has TCC on it, but I'm not sure if it's compiled with it.

You can probably configure Gentoo to compile all software that you install with TCC, but the initial "stage3"/"bootstrap" components are compiled with GCC.