Re: 回复: NEW: lang/tcc

2021-01-13 Thread Brian Callahan
Without trying to spark too much bikeshedding, how likely is it that tendra returns to a broadly usable shape? And LOCALBASE->PREFIX is fine. ~Brian On Wednesday, January 13, 2021 7:57 AM, Stuart Henderson wrote: > On 2021/01/13 08:40, wen heping wrote: > > > Shall we use PREFIX to replace

Re: NEW: lang/tcc

2021-01-13 Thread Hiltjo Posthuma
On Wed, Jan 13, 2021 at 06:37:41AM +, Brian Callahan wrote: > Hi ports -- > > Attached is a new port, lang/tcc. TCC is the Tiny C Compiler. > > --- > pkg/DESCR: > TCC (Tiny C Compiler) is a small and fast ANSI C compiler. > It generates optimized code, and can compile, assemble, and link

Re: 回复: NEW: lang/tcc

2021-01-13 Thread Stuart Henderson
On 2021/01/13 08:40, wen heping wrote: > Shall we use PREFIX to replace LOCALBASE in CONFIGURE_ARGS ? yep. (of course there are two different tcc's - https://github.com/tendra/tendra)...

NEW: lang/tcc

2021-01-13 Thread Brian Callahan
Hi ports -- Attached is a new port, lang/tcc. TCC is the Tiny C Compiler. --- pkg/DESCR: TCC (Tiny C Compiler) is a small and fast ANSI C compiler. It generates optimized code, and can compile, assemble, and link several times faster than 'gcc -O0'. Any C dynamic library can be used directly. It

回复: NEW: lang/tcc

2021-01-13 Thread wen heping
Shall we use PREFIX to replace LOCALBASE in CONFIGURE_ARGS ? wen 发件人: owner-po...@openbsd.org 代表 Brian Callahan 发送时间: 2021年1月13日 14:37 收件人: ports 主题: NEW: lang/tcc Hi ports -- Attached is a new port, lang/tcc. TCC is the Tiny C Compiler. --- pkg/DESCR: TCC

回复: NEW: lang/tcc

2021-01-12 Thread wen heping
Build and run well, pass all tests on my amd64-6.8 system. wen 发件人: owner-po...@openbsd.org 代表 Brian Callahan 发送时间: 2021年1月13日 14:37 收件人: ports 主题: NEW: lang/tcc Hi ports -- Attached is a new port, lang/tcc. TCC is the Tiny C Compiler. --- pkg/DESCR: TCC