Lines Matching +full:gcc +full:- +full:4
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
21 local gcc=$4
25 if ! which ${gcc} >/dev/null 2>&1; then
26 echo "Not found: ${gcc}"
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"
53 # board arch soc path-to-gcc
54 try_both sandbox sandbox - gcc
55 try_both coreboot x86 - x86_64-linux-gnu-gcc
56 …both seaboard arm tegra20 /opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux/bin/arm-lin…