Skip to content

Fix ELF detection on Intel compilers

Seth R. Johnson requested to merge sethrj/libbsd:fix-libbsd-intel into master

The Intel compiler does not define __amd64__ on x86_64 platforms; instead, like other compilers, it defines __x86_64__ .

References:

Edited by Guillem Jover

Merge request reports