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 <[email protected]>:
> 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:
> /usr/lib64
> libraries:
> /usr/lib64
> /lib64
> /usr/local/lib64
> include:
> /usr/local/include
> /usr/include
> /usr/local/lib/tcc/include
> elfinterp:
> /lib64/ld-linux-x86-64.so.2
>
>
> ----- message d'origine -----
> De : "Sergey Korshunoff" <[email protected]>
> date mar. 13/01/2015 13:48 (GMT +01:00)
> À : "[email protected]" <[email protected]>
> 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
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
045-target-info.patch
Description: Binary data
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
