mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #7477 from runlevel5/ppc64le-patch-2
Update Hardware::CPU.oldest_family with ppc64
This commit is contained in:
commit
010663fb12
@ -180,6 +180,12 @@ module Hardware
|
||||
else
|
||||
:armv6
|
||||
end
|
||||
elsif Hardware::CPU.ppc? && Hardware::CPU.is_64_bit?
|
||||
if Hardware::CPU.little_endian?
|
||||
:ppc64le
|
||||
else
|
||||
:ppc64
|
||||
end
|
||||
else
|
||||
Hardware::CPU.family
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user