Balbir Singh <bsinghar...@gmail.com> writes: > On Tue, Jun 13, 2017 at 4:49 PM, Kamalesh Babulal < > kamal...@linux.vnet.ibm.com> wrote: >> diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl >> index 1633c3e..683b8b5 100755 >> --- a/scripts/recordmcount.pl >> +++ b/scripts/recordmcount.pl >> @@ -264,7 +264,7 @@ if ($arch eq "x86_64") { >> $ld .= " -m shlelf_linux"; >> $objcopy .= " -O elf32-sh-linux"; >> >> -} elsif ($arch eq "powerpc") { >> +} elsif ($arch eq "powerpc" || $arch eq "ppc64le") { >> > > I don't get this, the arch should always be powerpc.
Right. Something else is fubar for that to happen, we should fix whatever it is. cheers