Report a mingw as a execution environment instead of the
commit859ce5e47f1d18f8c7e5b432b7b2dc07d25d817a
authorseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 19:30:24 +0000 (3 22:30 +0300)
committerseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 19:30:24 +0000 (3 22:30 +0300)
tree938062a5eef084d2eb998e269302bc39ee58f34e
parent2e6626a4b38088770fe908b1261e8234590f3165
Report a mingw as a execution environment instead of the
Win32, Win64, WinCE when executing "tcc -v". Example
$ ./i386-win-tcc -v
tcc version 0.9.26 (i386, mingw)
instead of the
tcc version 0.9.26 (i386, Win32)

There is a cpu info already about bits of the excution environment
And display C67 for the TCC_TARGET_C67
tcc.c