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