source: mainline/meson/cross/ia64@ 5fd05862

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

Convert uspace to meson

  • Property mode set to 100644
File size: 687 bytes
Line 
1# See http://mesonbuild.com/Cross-compilation.html
2
3[binaries]
4c = 'ia64-helenos-gcc'
5cpp = 'ia64-helenos-g++'
6ar = 'ia64-helenos-ar'
7strip = 'ia64-helenos-strip'
8nm = 'ia64-helenos-nm'
9objcopy = 'ia64-helenos-objcopy'
10objdump = 'ia64-helenos-objdump'
11as = 'ia64-helenos-as'
12ld = 'ia64-helenos-ld'
13
14[properties]
15has_function_printf = true
16needs_exe_wrapper = true
17
18c_args = [ '-D__LE__', '-fno-unwind-tables' ]
19cpp_args = [ '-D__LE__', '-fno-unwind-tables', '-fno-exceptions' ]
20c_link_args = [ '-nostdlib', '-lgcc' ]
21cpp_link_args = [ '-nostdlib', '-lgcc' ]
22cc_arch = 'ia64'
23h_arch = 'ia64'
24bits = 64
25
26[host_machine]
27system = 'helenos'
28cpu_family = 'ia64'
29cpu = 'ia64'
30endian = 'little'
Note: See TracBrowser for help on using the repository browser.