File: cross-xtensa-nxp_imx_adsp_zephyr-elf.txt

package info (click to toggle)
picolibc 1.8.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,184 kB
  • sloc: ansic: 281,743; asm: 24,643; python: 2,282; sh: 2,237; perl: 680; pascal: 329; exp: 287; makefile: 209; cpp: 72; xml: 40
file content (19 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[binaries]
# Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
# so we have to add -nostdlib to the compiler configuration itself or
# early compiler tests will fail. This can be removed when picolibc
# requires at least version 0.54.2 of meson.
c = ['xtensa-nxp_imx_adsp_zephyr-elf-gcc', '-nostdlib']
ar = 'xtensa-nxp_imx_adsp_zephyr-elf-ar'
as = 'xtensa-nxp_imx_adsp_zephyr-elf-as'
nm = 'xtensa-nxp_imx_adsp_zephyr-elf-nm'
strip = 'xtensa-nxp_imx_adsp_zephyr-elf-strip'

[host_machine]
system = 'zephyr'
cpu_family = 'xtensa'
cpu = 'xtensa'
endian = 'little'

[properties]
skip_sanity_check = true