Skip to content

Instantly share code, notes, and snippets.

@lifeeth
Created January 19, 2016 20:20
A check to see if GOLANG binary is built for GOARM=5
nm binary_to_check | grep --quiet _sfloat && echo 'ARMv5 Binary' || echo 'Not ARMv5 Binary'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment