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 = ['ccache', 'x86_64-linux-gnu-gcc', '-march=core2', '-mfpmath=sse', '-msse2', '-fno-pic', '-fno-…
7 ar = 'x86_64-linux-gnu-ar'
8 as = 'x86_64-linux-gnu-as'
9 nm = 'x86_64-linux-gnu-nm'
10 strip = 'x86_64-linux-gnu-strip'
11 objcopy = 'x86_64-linux-gnu-objcopy'
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-x86 "$@"', 'run-x86']
16 system='linux'
24 link_spec = '--build-id=none'