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