The old get_arch() function would only work on systems configured in English, since it looked for the 'Class:' string.
The new get_arch() function uses the 'magic' information from the readelf output to determine the architecture of the build from generated binary.
Signed-off-by: Rodolfo Silva <rodolfo@grupomarinho.com.br>
The old get_arch() function would only work on systems configured in English, since it looked for the 'Class:' string.
The new get_arch() function uses the 'magic' information from the readelf output to determine the architecture of the build from generated binary.
Signed-off-by: Rodolfo Silva <rodolfo@grupomarinho.com.br>
This release is used in conjunction with the linux-sgx-driver Intial release:
https://github.com/01org/linux-sgx-driver
commit-id: 0e865ce5e6b297a787bcdc12d98bada8174be6d7
Intel-id: 33399
Signed-off-by: Angie Chinchilla <angie.v.chinchilla@intel.com>