Do you have a specific issue to build tcc on musl or use va_* with tcc built 
with musl?
For me, on current Alpine linux (with gcc 8.2) `git clone 
git://git.or.cz/tinycc && cd tinycc && ./configure --config-musl && make` 
builds fine, all the tests pass (`make test`), and I've used this tcc (in the 
past) to build complex programs which use va_* (mpv).
Is there something you're trying to do which you can't? if yes, can you please 
give exact steps to reproduce? (including the error messages, if any, which you 
get)
 

    On Wednesday, October 31, 2018 10:53 PM, Jan Nieuwenhuizen 
<[email protected]> wrote:
 

 Daniel Wingerd writes:

> I'm working on getting musl to build using TCC and the first problem I
> encountered was that TCC is missing __builtin_va_* builtins.

I suspect this is on x86_64?Ā  FWIW, I have finally managed to
bootstrap*) TCC on i686-linux using the Mes C Library and a pretty
simplistic stdarg+).

Greetings,
janneke

*) http://joyofsource.com/reduced-binary-seed-bootstrap.html
+) http://git.savannah.gnu.org/cgit/mes.git/tree/include/stdarg.h

-- 
Jan Nieuwenhuizen <[email protected]> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


   
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to