Lines Matching +full:2 +full:- +full:linux +full:- +full:x86_64
2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
3 # so we have to add -nostdlib to the compiler configuration itself or
5 # requires at least version 0.54.2 of meson.
6 c = ['x86_64-zephyr-elf-gcc', '-m32', '-msoft-float', '-fno-pic', '-fno-PIE', '-static', '-nostdlib…
7 cpp = ['x86_64-zephyr-elf-g++', '-m32', '-msoft-float', '-fno-pic', '-fno-PIE', '-static', '-nostdl…
8 ar = 'x86_64-zephyr-elf-ar'
9 as = 'x86_64-zephyr-elf-as'
10 nm = 'x86_64-zephyr-elf-nm'
11 strip = 'x86_64-zephyr-elf-strip'
12 objcopy = 'x86_64-zephyr-elf-objcopy'
14 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-i386 "$@"', 'run-i386']
17 system='linux'
18 cpu_family='x86_64'
19 cpu='x86_64'
25 link_spec = '--build-id=none'