blob: f2c0ee32423d6905f7ea877a9e7bb6a6e16bc0d3 [file] [log] [blame]
// +build 386
package archutil
func i386Supported() error {
return nil
}