##// END OF EJS Templates
Add basic Meson build support...
Add basic Meson build support This should ease building both FSW and unit tests. Meson has a better support for building both corss and native binaries at the same time.

File last commit:

r407:244510f22990 tip R3.3
r407:244510f22990 tip R3.3
Show More
sparc-cross.ini
20 lines | 422 B | text/x-ini | IniLexer
[host_machine]
system = 'rtems'
cpu_family = 'sparc'
cpu = 'sparc'
endian = 'big'
[constants]
toolchain = '/opt/rtems-4.10/'
prefix = 'sparc-rtems'
common_flags = ['-O2', '-I' + toolchain + 'sparc-rtems/leon3/lib/include']
[properties]
c_args = common_flags
cpp_args = c_args
[binaries]
c = toolchain + 'bin/' + prefix + '-gcc'
cpp = toolchain + 'bin/' + prefix + '-g++'
strip = toolchain + 'bin/' + prefix + '-strip'