tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] New tcc display info?


From: Christian Jullien
Subject: Re: [Tinycc-devel] New tcc display info?
Date: Sun, 10 Feb 2013 08:05:51 +0100

Very nice

On Windows it now gives:

F:\tinycc\win64>tcc -v
tcc version 0.9.25 (x86-64 Win64)
F:\tinycc\win32>tcc -v
tcc version 0.9.25 (i386 Win32)

and on my RPi:
address@hidden ~/tinycc $ tcc -v
tcc version 0.9.25 (ARM Hard Float Linux)

EXACTLY what I was looking for (and -vv is also a good idea yet neither -vv
nor -print-search-dirs is shown with -help)

THX a lot, have a nice day
C.

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
grischka
Sent: dimanche 10 février 2013 01:48
To: address@hidden
Subject: Re: [Tinycc-devel] New tcc display info?

Christian Jullien wrote:
>> Does it give the target architecture or the host architecture?
> 
> It should return target, we generally know on which host we are 
> running on (useless
< yet can be added as well if you like)

I don't know how useful it is to defer the target from the compiler in use
since a Makefile should probably know the target in order to know which
compiler to invoke.

Anyway, I like verbose info, so I added something.  Together with extended
-print-search-dirs, also available now via "tcc -vv".

Which I added to the hello test to show us configured paths when it fails.

--- grischka


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




reply via email to

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