source: mainline/meson/cross/riscv64@ 521669d

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 521669d was 5f176da, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

Pull *ARCH from config

  • Property mode set to 100644
File size: 514 bytes
RevLine 
[2c38a55b]1# See http://mesonbuild.com/Cross-compilation.html
2
3[binaries]
4c = 'riscv64-helenos-gcc'
5cpp = 'riscv64-helenos-g++'
6ar = 'riscv64-helenos-ar'
7strip = 'riscv64-helenos-strip'
8nm = 'riscv64-helenos-nm'
9objcopy = 'riscv64-helenos-objcopy'
10objdump = 'riscv64-helenos-objdump'
11as = 'riscv64-helenos-as'
12ld = 'riscv64-helenos-ld'
13
14[properties]
15has_function_printf = true
16needs_exe_wrapper = true
17
18cc_arch = 'riscv64'
19bits = 64
20
21[host_machine]
22system = 'helenos'
23cpu_family = 'riscv64'
24cpu = 'riscv64'
25endian = 'little'
Note: See TracBrowser for help on using the repository browser.