summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
Diffstat (limited to 'helper')
-rwxr-xr-xhelper/elf-default-arch2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/elf-default-arch b/helper/elf-default-arch
index 66cfbab..38bf536 100755
--- a/helper/elf-default-arch
+++ b/helper/elf-default-arch
@@ -24,6 +24,8 @@ case $(uname -m) in
x86_64) echo "elf64-x86-64 i386" ;;
s390) echo "elf32-s390 s390:31-bit" ;;
s390x) echo "elf64-s390 s390:31-bit" ;;
+ ppc) echo "elf32-powerpc powerpc" ;;
+ ppc64) echo "elf64-powerpc powerpc" ;;
*)
echo "This architecture is not recognized. Please update helper/elf-default-arch."
esac