IRC channel logs

2023-07-26.log

back to list of logs

<pabs3>muurkha: personally I use this when dealing with CVS repos https://github.com/osamuaoki/git-cvs
<oriansj>muurkha: yes that was attempted https://man.sr.ht/~oriansj/bootstrappable/c-compilers.md
<lanodan>btw clang can build gcc (done that multiple times on my gentoo machines) but that's not very interesting bootstrap-wise. And I don't think it compiles GCC yet but could be interesting to look at https://sr.ht/~mcf/cproc
<muurkha>oriansj: thank you, I apologize for forgetting
<stikonas>lanodan: yeah, clang is C++... It could be interesting in the case if there is some other simple C++ compiler that can build clang but not gcc...
<stikonas>but that's a fairly unlikely scenario