lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 63660a3 was 63660a3, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
shuffle some variables around
|
-
Property mode
set to
100644
|
File size:
492 bytes
|
Line | |
---|
1 | # See http://mesonbuild.com/Cross-compilation.html
|
---|
2 |
|
---|
3 | [binaries]
|
---|
4 | c = 'i686-helenos-gcc'
|
---|
5 | cpp = 'i686-helenos-g++'
|
---|
6 | ar = 'i686-helenos-ar'
|
---|
7 | strip = 'i686-helenos-strip'
|
---|
8 | nm = 'i686-helenos-nm'
|
---|
9 | objcopy = 'i686-helenos-objcopy'
|
---|
10 | objdump = 'i686-helenos-objdump'
|
---|
11 | as = 'i686-helenos-as'
|
---|
12 | ld = 'i686-helenos-ld'
|
---|
13 |
|
---|
14 | [properties]
|
---|
15 | has_function_printf = true
|
---|
16 | needs_exe_wrapper = true
|
---|
17 |
|
---|
18 | cc_arch = 'i686'
|
---|
19 | h_arch = 'ia32'
|
---|
20 | bits = 32
|
---|
21 |
|
---|
22 | [host_machine]
|
---|
23 | system = 'helenos'
|
---|
24 | cpu_family = 'x86'
|
---|
25 | cpu = 'x86'
|
---|
26 | endian = 'little'
|
---|
Note:
See
TracBrowser
for help on using the repository browser.