Files
nixpkgs/pkgs/development/tools/misc/elfutils
sternenseemann b4710c1ee5 elfutils: disable test suite when cross-compiling
elfutils' test suite uses uname(1) to determine if certain tests can be
executed, e.g. it checks for x86_64 to learn whether it can use
$CC -m64. Obviously, such checks fall flat if we are compiling from e.g.
x86_64 to i686.

Instead of skipping known bad tests, just be safe and disable for
“executable” cross as well.
2024-04-30 14:42:59 +02:00
..