lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 2c38a55b 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:
752 bytes
|
Line | |
---|
1 | # See http://mesonbuild.com/Cross-compilation.html
|
---|
2 |
|
---|
3 | [binaries]
|
---|
4 | c = 'aarch64-helenos-gcc'
|
---|
5 | cpp = 'aarch64-helenos-g++'
|
---|
6 | ar = 'aarch64-helenos-ar'
|
---|
7 | strip = 'aarch64-helenos-strip'
|
---|
8 | nm = 'aarch64-helenos-nm'
|
---|
9 | objcopy = 'aarch64-helenos-objcopy'
|
---|
10 | objdump = 'aarch64-helenos-objdump'
|
---|
11 | as = 'aarch64-helenos-as'
|
---|
12 | ld = 'aarch64-helenos-ld'
|
---|
13 |
|
---|
14 | [properties]
|
---|
15 | has_function_printf = true
|
---|
16 | needs_exe_wrapper = true
|
---|
17 | c_args = [ '-D__LE__', '-fno-omit-frame-pointer' ]
|
---|
18 | cpp_args = [ '-D__LE__', '-fno-omit-frame-pointer', '-fno-exceptions' ]
|
---|
19 | c_link_args = [ '-nostdlib', '-lgcc' ]
|
---|
20 | cpp_link_args = [ '-nostdlib', '-lgcc', '-fno-exceptions' ]
|
---|
21 | cc_arch = 'aarch64'
|
---|
22 | h_arch = 'arm64'
|
---|
23 | bits = 64
|
---|
24 |
|
---|
25 | [host_machine]
|
---|
26 | system = 'helenos'
|
---|
27 | cpu_family = 'aarch64'
|
---|
28 | cpu = 'aarch64'
|
---|
29 | endian = 'little'
|
---|
Note:
See
TracBrowser
for help on using the repository browser.