Hi, On Sat, 23 Dec 2017, avih wrote:
I think maybe, instead of saying and doing: -pthread same as -D_REENTRANT and -lpthread It should say and do something along these lines: -pthread same as -D_REENTRANT while compiling and -lpthread while linking
I decided to keep the help message as is (staying in <= 80 columns), but ...
However, It seems to still not behave the same as gcc. Using the same test.c file as before:tcc -pthread -c test.c # -> tcc: error: cannot specify libraries with -c It's not unreasonable I think that tcc complains, but gcc is fine with it.
... I've fixed this behaviour. I agree that -pthread shouldn't add the library with -c (or, well, at least not complain then :) ).
Ciao, Michael.
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
