blob: 7da12d4b5ced30a18b9513eb3045d6b73a39ba01 [file] [log] [blame]
// +build ppc64le
package archutil
func ppc64leSupported() error {
return nil
}