tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Problem With Configured Search Directories


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] Problem With Configured Search Directories
Date: Sat, 14 Sep 2013 00:17:55 +0200
User-agent: KMail/4.10.5 (Linux/3.10-2-amd64; KDE/4.10.5; x86_64; ; )

Le jeudi 12 septembre 2013 16:39:30 Cayce Pollard a écrit :
> Just a quick follow up question:
> for the --elfinterp option...should that be pointing to the elf interpreter
> on the build machine?

It's what the compiler use for the programs it compiles. In the GNU 
terminology, it's a target settings. So it's the path tho the elf interpreter 
where the programs compiled with tcc will be run.

Let's say you have machine A as a build machine, machine B where tcc is run to 
compile some programs and machine C where these programs will be run.

In GNU terminology:

* A is the build architecture
* B is the host architecture
* C is the target architecture

elfinterp is for the target. It's in the same category as the kind of binary 
code that tcc generates.

I hope I was clear enough.

Best regards,

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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