tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] *** SPAM *** I want to port make on Windows using tcc


From: Christian Jullien
Subject: Re: [Tinycc-devel] *** SPAM *** I want to port make on Windows using tcc compiler
Date: Wed, 22 Jan 2020 17:08:32 +0100

The latest files are there: https://sourceforge.net/p/wintcc/svn/HEAD/tree/

Now, only the modified build_w32.bat and src/config.h.W32 are needed.

The both should still work with cl and gcc.

 

C.

 

From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=address@hidden] On Behalf Of Christian Jullien
Sent: Wednesday, January 22, 2020 14:38
To: address@hidden
Cc: address@hidden
Subject: *** SPAM *** [Tinycc-devel] I want to port make on Windows using tcc compiler

 

Hi make maintainers,

 

First, many thanks for your time maintaining and polishing this tool.

 

On my side, I modestly contribute to tcc (TinyC) compiler which is an ultra-fast C compiler (see https://repo.or.cz/w/tinycc.git).

Among others, I ensure that it allows to build a standalone native compiler version on Windows both 32/64.

To provide a complete working C toolchain, it lacks a ‘make’ utility as with other unix like systems.

I can of course compile make on Windows with cl or MingW but it is intellectually more interesting to build make with tcc.

For that I just added tcc support in build_w32.bat and also added src/config.h.TCC which can probably be merged in config.h.W32

 

It then make works ROOTB from make 4.3 (no changes in source code) using:

 

build_w32.bat tcc

 

I hope it interests you and you’ll add this support in official repository. I’m of course candidate to maintain this part.

 

Tia

 

C. Jullien


reply via email to

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