···3131 # Linux it uses objdump. We don't have dwarfdump packaged for
3232 # Darwin, so this patch updates the test to also use objdump on
3333 # Darwin.
3434+ # Additionally, when cross compiling, the correct target prefix
3535+ # needs to be set.
3436 (substituteAll {
3535- src = ./force-objdump-on-darwin.patch;
3636- objdump = "${binutils.bintools}/bin/objdump";
3737+ src = ./fix-objdump-path.patch;
3838+ objdump = "${binutils.bintools}/bin/${binutils.targetPrefix}objdump";
3739 })
3840 ];
3941