1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
[binaries]
c = ['powerpc64-linux-gnu-gcc', '-fno-pic', '-fno-pie', '-static', '-mabi=ieeelongdouble', '-mlong-double-128', '-mfloat128-hardware', '-mvsx', '-mfloat128', '-mcpu=power9', '-Wno-psabi', '-Wl,--build-id=none']
cpp = ['powerpc64-linux-gnu-g++', '-fno-pic', '-fno-pie', '-static', '-mabi=ieeelongdouble', '-mlong-double-128', '-mfloat128-hardware', '-mvsx', '-mfloat128', '-mcpu=power9', '-Wno-psabi', '-Wl,--build-id=none']
ar = 'powerpc64-linux-gnu-ar'
nm = 'powerpc64-linux-gnu-nm'
strip = 'powerpc64-linux-gnu-strip'
objcopy = 'powerpc64-linux-gnu-objcopy'
exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-power9 "$@"', 'run-power9']
[host_machine]
system = 'linux'
cpu_family = 'powerpc'
cpu = 'power9'
endian = 'big'
[properties]
skip_sanity_check = true
needs_exe_wrapper = true
link_spec = '--build-id=none --no-warn-rwx-segments'
default_flash_addr = '0x20010000'
default_flash_size = '0x00400000'
default_ram_addr = '0x20410000'
default_ram_size = '0x00200000'
|