cross_mipsel.txt
| 1 | [binaries] |
| 2 | c = '/usr/bin/mipsel-linux-gnu-gcc' |
| 3 | ar = '/usr/bin/mipsel-linux-gnu-gcc-ar' |
| 4 | |
| 5 | [properties] |
| 6 | |
| 7 | c_args = ['-std=c89', '-Wall', '-Wextra', '-Wpedantic'] |
| 8 | c_link_args = [] |
| 9 | needs_exe_wrapper = true |
| 10 | default_library='static' |
| 11 | |
| 12 | [host_machine] |
| 13 | system = 'linux' |
| 14 | cpu_family = 'mipsel' |
| 15 | cpu = 'mipsel' |
| 16 | endian = 'little' |
| 17 |