diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/lib/Sys/Guestfs/Lib.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/lib/Sys/Guestfs/Lib.pm b/perl/lib/Sys/Guestfs/Lib.pm index 601b3f48..be17a303 100644 --- a/perl/lib/Sys/Guestfs/Lib.pm +++ b/perl/lib/Sys/Guestfs/Lib.pm @@ -381,6 +381,8 @@ sub _elf_arch_to_canonical return "i486"; # probably not in the wild } elsif ($_ eq "x86-64") { return "x86_64"; + } elsif ($_ eq "AMD x86-64") { + return "x86_64"; } elsif (/SPARC32/) { return "sparc"; } elsif (/SPARC V9/) { |