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:
839 bytes
|
Rev | Line | |
---|
[5fd05862] | 1 | # See http://mesonbuild.com/Cross-compilation.html
|
---|
| 2 |
|
---|
| 3 | [binaries]
|
---|
| 4 | c = 'ppc-helenos-gcc'
|
---|
| 5 | cpp = 'ppc-helenos-g++'
|
---|
| 6 | ar = 'ppc-helenos-ar'
|
---|
| 7 | strip = 'ppc-helenos-strip'
|
---|
| 8 | nm = 'ppc-helenos-nm'
|
---|
| 9 | objcopy = 'ppc-helenos-objcopy'
|
---|
| 10 | objdump = 'ppc-helenos-objdump'
|
---|
| 11 | as = 'ppc-helenos-as'
|
---|
| 12 | ld = 'ppc-helenos-ld'
|
---|
| 13 |
|
---|
| 14 | [properties]
|
---|
| 15 | has_function_printf = true
|
---|
| 16 | needs_exe_wrapper = true
|
---|
| 17 |
|
---|
| 18 | c_args = [ '-D__BE__', '-fno-omit-frame-pointer', '-m32', '-Wa,-a32', '-mcpu=powerpc' ]
|
---|
| 19 | cpp_args = [ '-D__BE__', '-fno-omit-frame-pointer', '-m32', '-Wa,-a32', '-mcpu=powerpc', '-fno-exceptions' ]
|
---|
| 20 | c_link_args = [ '-nostdlib', '-lgcc', '-m32', '-Wl,-z,max-page-size=0x1000' ]
|
---|
| 21 | cpp_link_args = [ '-nostdlib', '-lgcc', '-m32', '-Wl,-z,max-page-size=0x1000' ]
|
---|
| 22 | cc_arch = 'ppc'
|
---|
| 23 | h_arch = 'ppc32'
|
---|
| 24 | bits = 32
|
---|
| 25 |
|
---|
| 26 | [host_machine]
|
---|
| 27 | system = 'helenos'
|
---|
| 28 | cpu_family = 'ppc'
|
---|
| 29 | cpu = 'powerpc'
|
---|
| 30 | endian = 'big'
|
---|
Note:
See
TracBrowser
for help on using the repository browser.