hardware: add ARM detection from Linuxbrew.
This commit is contained in:
parent
5566757f60
commit
569c80323b
@ -70,6 +70,10 @@ module Hardware
|
||||
type == :ppc
|
||||
end
|
||||
|
||||
def arm?
|
||||
type == :arm
|
||||
end
|
||||
|
||||
def features
|
||||
[]
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user