tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] -version vs. --version


From: Christian Jullien
Subject: Re: [Tinycc-devel] -version vs. --version
Date: Mon, 11 May 2020 07:00:25 +0200

Thanks Michael.

May I suggest you the diff in attachment which better explains -v, -vv,
--version.
It also display -m32/64 only for supported architecture, Intel processors
atm.

Another thing which annoys me: You must launch "tcc -h && tcc -hh" to get
the complete list of supported options.
gcc is not more coherent:
 gcc --version  gives a short version description
 gcc -v gives a longer description with configure options used

With gcc, you get the complete list of options with "gcc -v --help"

But "tcc -v --help" omits -hh part.

It's not a real request as I can leave with it, but it would be nice if "tcc
-v --help" could work like gcc and produce "tcc -v -h && tcc -v -hh".
FYI: "tcc -v -h -hh" does not what one could expect.

Wdyt?

C.

 
-----Original Message-----
From: Michael Matz [mailto:address@hidden] 
Sent: Sunday, May 10, 2020 22:58
To: address@hidden; address@hidden
Subject: Re: [Tinycc-devel] -version vs. --version

Hello,

On Sat, 9 May 2020, Christian Jullien wrote:

> As minor request, could it be possible to support both -version 
> --version otherwise we have to modify configure.ac which is not always 
> possible on many source packages.

Sure, it's a good idea, added to mob.


Ciao,
Michael.

Attachment: help.diff
Description: Binary data


reply via email to

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