blob: d6dea6fa734a65637cce8d0946d5914480ae9cae [file] [log] [blame]
// +build arm
package archutil
func armSupported() error {
return nil
}