Files
Sergey Ponomarev eeee1a3361 Makefile.Linux: use cc -dumpmachine
The -dumpmachine flag returns a platform and this is exactly the same as clang --version returns in "Target:" line.
Also the same flag works for other compilers:

$ gcc -dumpmachine
x86_64-linux-gnu
$ clang -dumpmachine
x86_64-pc-linux-gnu
2021-05-20 12:10:21 -07:00
..
2020-09-18 09:26:59 -07:00