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-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 "$@"', 'run-x86']
17 system='linux'
25 link_spec = '--build-id=none'