Lines Matching +full:x86_64 +full:- +full:linux
3 # Test script to check uintptr_t and 64-bit types for warnings
13 # ./test/stdint/test-includes.sh
15 out=/tmp/test-includes.tmp
30 rm -rf ${out}
31 mkdir -p ${out}
33 mkdir -p ${out}/generated
34 touch ${out}/generated/generic-asm-offsets.h
35 mkdir -p ${out}/include/asm
36 ln -s $(pwd)/arch/${arch}/include/asm/arch-${soc} \
39 cmd="${gcc} -c -D__KERNEL__ ${flags} \
40 -fno-builtin -ffreestanding \
41 -Iarch/${arch}/include \
42 -Iinclude \
43 -I${out} -I${out}/include \
44 -include configs/${board}.h test/stdint/int-types.c \
45 -o /dev/null"
52 try_test $@ -DCONFIG_USE_STDINT
55 # board arch soc path-to-gcc
56 try_both sandbox sandbox - gcc
57 try_both coreboot x86 - x86_64-linux-gnu-gcc
58 …both seaboard arm tegra20 /opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux/bin/arm-lin…