1[binaries] 2c = ['ccache', 'm68k-linux-gnu-gcc', '-march=68020', '-static', '-nostdlib'] 3ar = 'm68k-linux-gnu-ar' 4as = 'm68k-linux-gnu-as' 5ld = 'm68k-linux-gnu-ld' 6nm = 'm68k-linux-gnu-nm' 7strip = 'm68k-linux-gnu-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