tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] RE : [PATCH] tcc target info


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] RE : [PATCH] tcc target info
Date: Wed, 14 Jan 2015 05:57:30 +0300

Thanks. Another version...
Use a display_info() to output a header of the tcc help listing

    tcc version 0.9.26 (i386 Linux)
    Tiny C Compiler - Copyright (C) 2001-2006 Fabrice Bellard
    Usage: tcc [options...] [-o outfile] [-c] infile(s)...
           tcc [options...] -run infile [arguments...]
    ...
insteed of the

    tcc version 0.9.26 - Tiny C Compiler - Copyright (C) 2001-2006
Fabrice Bellard
    Usage: tcc [options...] [-o outfile] [-c] infile(s)...
           tcc [options...] -run infile [arguments...]


2015-01-13 18:25 GMT+03:00, Christian JULLIEN <address@hidden>:
> Try:
>
>
> $ ./tcc -v
> tcc version 0.9.26 (x86-64 Linux)
>
>
> $ ./tcc -vv
> tcc version 0.9.26 (x86-64 Linux)
> install: /usr/local/lib/tcc/
> crt:
> &nbsp; /usr/lib64
> libraries:
> &nbsp; /usr/lib64
> &nbsp; /lib64
> &nbsp; /usr/local/lib64
> include:
> &nbsp; /usr/local/include
> &nbsp; /usr/include
> &nbsp; /usr/local/lib/tcc/include
> elfinterp:
> &nbsp; /lib64/ld-linux-x86-64.so.2
>
>
> ----- message d'origine -----
> De : "Sergey Korshunoff" &lt;address@hidden&gt;
> date mar. 13/01/2015 13:48 (GMT +01:00)
> À : "address@hidden" &lt;address@hidden&gt;
> Objet : [Tinycc-devel] [PATCH] tcc target info
>
> Output a tcc target info after tcc version:
>     tcc version 0.9.26 - Tiny C Compiler - Copyright (C) 2001-2006
> Fabrice Bellard
>     target is x86, elf, Linux
>
> Any suggestions?
> _______________________________________________
> Tinycc-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>

Attachment: 045-target-info.patch
Description: Binary data


reply via email to

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