hardware: add ARM detection from Linuxbrew.

This commit is contained in:
Mike McQuaid 2016-07-29 20:02:39 -06:00
parent 5566757f60
commit 569c80323b

View File

@ -70,6 +70,10 @@ module Hardware
type == :ppc
end
def arm?
type == :arm
end
def features
[]
end