Le mercredi 13 février 2013 23:02:48, grischka a écrit :
> Thomas Preud'homme wrote:
> > Indeed, for now we already need gcc for compiling a few files in tcc.
> 
> But no.
> 
>      ./configure --cc=tcc && make

Ah yeah right. I was sure I saw a "gcc" flying around in lib/Makefile recently. 
Maybe bad memory.

> 
> Actually we can skip the whole thing for mingw32:
> 
>      if test -z "$cross_prefix" -a "$mingw32" = "no"; then
>          libc_dir="$(ldd ...

Oh great, I'll apply this change tomorrow then.

> 
> While at it, can't we use the elf-interp from the ldd output, too?

I'm wondering. How are we doing for cross-compilation now? It makes me thing 
that indeed, it's good to have a default value for LDDIR: it's useful in case 
of cross-compilation.

> 
> --- grischka

Best regards,

Thomas

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

Reply via email to