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-linux-gnu-gcc', '-march=core2', '-mfpmath=sse', '-msse2', '-fno-pic', '-fno-PIE', '-st…
7 cpp = ['x86_64-linux-gnu-g++', '-march=core2', '-mfpmath=sse', '-msse2', '-fno-pic', '-fno-PIE', '-…
8 ar = 'x86_64-linux-gnu-ar'
9 as = 'x86_64-linux-gnu-as'
10 nm = 'x86_64-linux-gnu-nm'
11 strip = 'x86_64-linux-gnu-strip'
12 objcopy = 'x86_64-linux-gnu-objcopy'
14 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-x86_64 "$@"', 'run-x86_64']
17 system='linux'
18 cpu_family='x86_64'
19 cpu='x86_64'
25 link_spec = '--build-id=none'