···31 # Linux it uses objdump. We don't have dwarfdump packaged for
32 # Darwin, so this patch updates the test to also use objdump on
33 # Darwin.
0034 (substituteAll {
35- src = ./force-objdump-on-darwin.patch;
36- objdump = "${binutils.bintools}/bin/objdump";
37 })
38 ];
39
···31 # Linux it uses objdump. We don't have dwarfdump packaged for
32 # Darwin, so this patch updates the test to also use objdump on
33 # Darwin.
34+ # Additionally, when cross compiling, the correct target prefix
35+ # needs to be set.
36 (substituteAll {
37+ src = ./fix-objdump-path.patch;
38+ objdump = "${binutils.bintools}/bin/${binutils.targetPrefix}objdump";
39 })
40 ];
41