Skip to content

Instantly share code, notes, and snippets.

@lifeeth
Created January 19, 2016 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lifeeth/ec7ffd4fe824794d2bf5 to your computer and use it in GitHub Desktop.
Save lifeeth/ec7ffd4fe824794d2bf5 to your computer and use it in GitHub Desktop.
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