You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [binaries]
- name = 'linux-armhf'
- c = 'arm-linux-gnueabihf-gcc'
- cpp = 'arm-linux-gnueabihf-g++'
- ar = 'arm-linux-gnueabihf-gcc-ar'
- nm = 'arm-linux-gnueabihf-gcc-nm'
- ld = 'arm-linux-gnueabihf-ld'
- strip = 'arm-linux-gnueabihf-strip'
- pkgconfig = 'pkg-config'
- exe_wrapper = 'qemu-arm-static'
-
- [host_machine]
- system = 'linux'
- cpu_family = 'arm'
- cpu = 'arm'
- endian = 'little'
-
- [properties]
- needs_exe_wrapper = true
|