blob: 4d5b3bf877a18d430aa53d2bf9305f973e493475 [file] [log] [blame]
// +build !ppc64le
package binfmt_misc
func ppc64leSupported() error {
return check(Binaryppc64le)
}