tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] test failure on Linux


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] test failure on Linux
Date: Wed, 13 Feb 2013 23:10:31 +0100
User-agent: KMail/1.13.7 (Linux/2.6.38-ac2-ac100; KDE/4.8.4; armv7l; ; )

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



reply via email to

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