On 12/28/22 03:20, noneofyourbusiness wrote:
it incorrectly reports 51 in the created index instead of 52 bytes when
inserting attached daemonize.o (plan9port libthread compiled for musl)
i.e.
tcc -ar c libthread.a daemonize.o
ar t daemonize.o
Just fixed it.
tcc -ar t should now work.
___
On 12/27/22 07:58, Herman ten Brugge wrote:
On 12/27/22 05:45, Levo D wrote:
I'm messing around with tcc. I don't need this to be fixed, I just
thought someone may want the report. I'm trying to figure out how
fast the tcc backend is for my compiler.
I seem to hit an infinite loop on mac osx ve
On 2022-12-27 08:30:52 +0100, Herman ten Brugge via Tinycc-devel wrote:
> Are you using parallel build?
Yes, I have a shell function "make" that uses the -j option
(with the number of available cores).
> This does not work for the testsuite .
If this doesn't work for the testsuite, why not disab