Why i cant compile for android on linux?

warning: unable to find runtime/cgo.a
/usr/lib/go-1.6/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
gcc: error: unrecognized command line option ‘-marm’; did you mean ‘-mabm’?

with command
GOOS=android GOARCH=arm go build -v

how i should make it possible to cross compile?

for windows and linux it worked fine