1[binaries]
2c = ['ccache', 'm68k-unknown-elf-gcc', '-static', '-nostdlib', '-fno-builtin-isinfl']
3ar = 'm68k-unknown-elf-ar'
4as = 'm68k-unknown-elf-as'
5ld = 'm68k-unknown-elf-ld'
6nm = 'm68k-unknown-elf-nm'
7strip = 'm68k-unknown-elf-strip'
8# only needed to run tests
9exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-m68k "$@"', 'run-m68k']
10
11[host_machine]
12system = 'unknown'
13cpu_family = 'm68k'
14cpu = '68020'
15endian = 'big'
16
17[properties]
18link_spec = '--build-id=none'
19skip_sanity_check = true
20default_flash_addr = '0x00000000'
21default_flash_size = '0x00400000'
22default_ram_addr   = '0x00400000'
23default_ram_size   = '0x00400000'
24