tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] a patch


From: Michael B. Smith
Subject: Re: [Tinycc-devel] a patch
Date: Tue, 19 Dec 2017 01:32:44 +0000

Forgive me for my ignorance. What targets is TCC_TARGET_PE valid for?

 

From: Tinycc-devel [mailto:tinycc-devel-bounces+address@hidden On Behalf Of avih
Sent: Monday, December 18, 2017 8:15 PM
To: address@hidden
Subject: Re: [Tinycc-devel] a patch

 

I don't think so, or else you'll disable -run on any non-win32 platform.

 

As far as I can tell, the goal of this condition is to test that it's not
a win32 cross compiler, i.e. either native win32 binary which targets win32, or
not win32 binary and not targeting win32.

 

On Tuesday, December 19, 2017 2:18 AM, Michael B. Smith <address@hidden> wrote:

 

tcc.h line 153 should be:

 

#if defined _WIN32 && defined TCC_TARGET_PE

 

Sorry. I don’t have git set up yet. Working on it.

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

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