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