Lines Matching +full:- +full:linux +full:- +full:x86_64
3 # so we have to add -nostdlib to the compiler configuration itself or
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'