Re: [Tinycc-devel] Some tcc questions

2015-03-08 Thread Michael Matz

Hi,

On Mon, 2 Mar 2015, Sergey Korshunoff wrote:


What stuff to change globally do you have in mind?


For example, a compiler defines are currently embeded inside a tcc. If 
such defines will be placed inside a configuration file then it will be 
possible to select a tcc behavior without tcc recompilation: gcc like 
defines or C99 dfines.


This is better solved with implementing a GCC feature like -include in 
which you basically prepend an include file for the compilation.  No need 
for a global config file.



Ciao,
Michael.

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


Re: [Tinycc-devel] Some tcc questions

2015-03-01 Thread Sergey Korshunoff
 What stuff to change globally do you have in mind?

For example, a compiler defines are currently embeded inside a tcc. If
such defines will be placed inside a configuration file then it will
be possible to select a tcc behavior without tcc recompilation: gcc
like defines or C99 dfines.

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


Re: [Tinycc-devel] Some tcc questions

2015-02-21 Thread Michael Matz

Hi,

On Thu, 19 Feb 2015, Naper Hamza wrote:


Hello , I wanna know if tcc have a global config , where we can change some
stuff , if not why not implementing one ? 


That's not how compilers traditionally work, it would be a layering 
violation.  What options are active for a compilation is usually 
determined by the build system using the compiler (and given to the 
compiler as command line options or environment variables).  Having a 
config file would be very surprising to most compiler users.

What stuff to change globally do you have in mind?

Also I wanna know if a official tcc organization is available on 
GitHub  ,


No.


which means also if a official tcc repo is available too . 


One doesn't imply the other.  The official tcc repo is at 
{http,git}://repo.or.cz/tinycc.git



Ciao,
Michael.___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


[Tinycc-devel] Some tcc questions

2015-02-19 Thread Naper Hamza
Hello , I wanna know if tcc have a global config , where we can change some
stuff , if not why not implementing one ?

Also I wanna know if a official tcc organization is available on GitHub  ,
which means also if a official tcc repo is available too .

Wanna contribute to tcc , waiting for you reply

Thank you
___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel