]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Fix ELF detection on Intel compilers
authorSeth R Johnson <johnsonsr@ornl.gov>
Thu, 14 Nov 2019 12:26:41 +0000 (07:26 -0500)
committerGuillem Jover <guillem@hadrons.org>
Fri, 1 Jan 2021 17:12:12 +0000 (18:12 +0100)
commit9c85d828a1abdd698f8a587abe8cbbaaa80eade8
treefbc9ecc540b7ea367401c6e368b18e29c20c3829
parenteac4ce0c674cf5051e3c90afda74db6718b0518d
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>
src/local-elf.h