Merge 3f6d8d6c104714137a238ad3a425312ba7f018f5 into dbebe359e495844f078430a9de2b64d21656c21a

This commit is contained in:
HarithaVattikuti 2024-08-22 14:57:25 -05:00 committed by GitHub
commit e49e927c39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -331,6 +331,10 @@ get_machine_architecture() {
echo "riscv64"
return 0
;;
powerpc|ppc)
echo "ppc"
return 0
;;
esac
fi