Closed runlevel5 closed 1 year ago
@runlevel5 This is the first time I have heard of the PowerPC 64 LE architecture. I have no PowerPC machine regardless of endian/bits.
https://github.com/cat-in-136/cargo-generate-rpm/blob/52bbfe79713eeec5d6956701ce931866ad09c0c1/src/build_target.rs#L57
It seems to me that we can add a conversion for PowerPC 64 LE to the match expression here. I don't know the proper value, but from your text I'm guessing "powerpc64le" => "ppc64le"
?
Yes powerpc64le is ppc64le
PowerPC is used to be more popular in the old days when Apple was producing consumer desktop/laptop. After moving away from PowerPC, the CPU lives on in the enterprise section. Recently IBM and other parties have tried to promote this architecture with the OpenPOWER initiative. The Raptor Computing System Blackbird is probably one of the most affordable OpenPOWER-based workstation since 2019. The price is out of reach for many people but eventually it would get cheaper as more people start embracing it
Thanks for the PR and the detailed explanation of powerpc64le!
Impacted version
0.12.1
System
Steps to reproduce
Unsure if it is the fault of cargo-generate-rpm or rpm itself?