tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Proposal to allow tcc to compile header files


From: Arthur Williams
Subject: [Tinycc-devel] Proposal to allow tcc to compile header files
Date: Sat, 26 Jun 2021 22:58:50 -0700

I've noticed some programs (eg strace) fail to compile with tcc because they try to compile a header and tcc fails with "unrecognized file type". Compiling the header as if it was a ".c" seems like a safe thing to do and is a simple patch.

Any objections/concerns? I'm not trying to defend/encourage the act of compiling headers, but would prefer to not have to patch all the offending packages if it could be avoided.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]