Add support for specific architectures in BINARY_TAG
Allow for BINARY_TAG values like skylake-centos7-gcc8-opt
where the first field is passed to the -march=
option of the compiler (see gcc doc).
The host architecture is detected based on the content of /proc/cpuinfo
, and the compatibility between host and target is checked via a list of known architectures.