tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] ..on those patches i have sent..


From: grischka
Subject: Re: [Tinycc-devel] ..on those patches i have sent..
Date: Mon, 02 Oct 2017 18:24:47 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Steffen Nurpmeso wrote:
Hi.

So until anyone complains i will (try to) push that stuff to [mob]
on repo.or.cz, on Tuesday?

Please don't.

Maybe you can make a fork on github (or something like that) first
in order to show your work in context.

Also instead of showing snippets with "solutions" it might help if
you try to explain what actually the problems are that you try to
solve.

Anyway I don't see why tcc would need vip paths or that kind of
changes to va_list.  After all it does work already, and that on
systems that are less simple than musl.

Something you maybe could try is to add some file to the command-line
includes, like:

#if defined(TCC_MUSL)
    dynarray_add(&s->cmd_include_files,
                 &s->nb_cmd_include_files, tcc_strdup("_musl.h"));
#endif

In that file you can then define extra stuff or include other files as
you like or even typedef stuff.  Maybe not the best final solution but
might help to find out what's the deal actually.

Thanks,

--- grischka


I have to learn that, but should be easy, hmmm???
Thank you.

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)





reply via email to

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