File: cross-m68k-linux-gnu.txt

package info (click to toggle)
picolibc 1.8.11-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 50,064 kB
  • sloc: ansic: 404,031; asm: 24,984; sh: 2,585; python: 2,289; perl: 680; pascal: 329; exp: 287; makefile: 222; cpp: 71; xml: 40
file content (24 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
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'