Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created January 2, 2019 19:02
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 exarkun/c4712f3378e2cc0e3d80769e964e3ea6 to your computer and use it in GitHub Desktop.
Save exarkun/c4712f3378e2cc0e3d80769e964e3ea6 to your computer and use it in GitHub Desktop.
[binaries]
c = 'cc'
cpp = 'c++'
ar = 'ar'
strip = 'strip'
pkgconfig = 'pkg-config'
[properties]
needs_exe_wrapper = true
[host_machine]
system = 'linux'
cpu_family = 'arm'
cpu = 'armv6l'
endian = 'little'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment