blob: 664bb15e18f25ed1b08b977c0c810a751126c938 [file] [log] [blame]
// +build s390x
package archutil
func s390xSupported() error {
return nil
}