source: mainline/meson/cross/amd64_clang@ 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: 780 bytes
Line 
1# See http://mesonbuild.com/Cross-compilation.html
2
3[binaries]
4c = 'amd64-helenos-clang'
5cpp = 'amd64-helenos-clang++'
6ar = 'amd64-helenos-ar'
7strip = 'amd64-helenos-strip'
8nm = 'amd64-helenos-nm'
9objcopy = 'amd64-helenos-objcopy'
10objdump = 'amd64-helenos-objdump'
11as = 'amd64-helenos-as'
12ld = 'amd64-helenos-ld'
13
14[properties]
15has_function_printf = true
16needs_exe_wrapper = true
17
18c_args = [ '-D__LE__', '-fno-omit-frame-pointer' ]
19cpp_args = [ '-D__LE__', '-fno-omit-frame-pointer', '-fno-exceptions' ]
20c_link_args = [ '-nostdlib', '-lgcc', '-Wl,-z,max-page-size=0x1000' ]
21cpp_link_args = [ '-nostdlib', '-lgcc', '-Wl,-z,max-page-size=0x1000' ]
22cc_arch = 'amd64'
23h_arch = 'amd64'
24bits = 64
25
26[host_machine]
27system = 'helenos'
28cpu_family = 'x86_64'
29cpu = 'x86_64'
30endian = 'little'
Note: See TracBrowser for help on using the repository browser.