Author :
Seth R Johnson
Date :
2019-11-14 07:26:41
Hash :9c85d828 Message :Fix ELF detection on Intel compilers
The Intel compiler does not define __amd64__ on x86_64 platforms;
instead, like other compilers, it defines __x86_64__ .
Closes: !8
Signed-off-by: Guillem Jover <guillem@hadrons.org>