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