Home
last modified time | relevance | path

Searched refs:check_cc (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
DMakefile9 CAN_BUILD_I386 := $(shell ./check_cc.sh "$(CC)" trivial_32bit_program.c -m32)
10 CAN_BUILD_X86_64 := $(shell ./check_cc.sh "$(CC)" trivial_64bit_program.c)
11 CAN_BUILD_WITH_NOPIE := $(shell ./check_cc.sh "$(CC)" trivial_program.c -no-pie)
/external/linux-kselftest/tools/testing/selftests/vm/
DMakefile57 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_32bit_program.c -m32)
58 CAN_BUILD_X86_64 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_64bit_program.c)
59 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie)
/external/libvpx/build/make/
Dconfigure.sh301 check_cc() { function
302 log check_cc "$@"
324 check_cc $@ \
330 check_cc $@ \
348 check_cc -Werror "$@" <<EOF
437 check_cc -march=armv8.2-a+dotprod+i8mm+sve <<EOF
450 check_cc -march=armv8.2-a+dotprod+i8mm+sve <<EOF
476 check_cc -mavx512f <<EOF
497 check_cc "$@" <<EOF && enable_feature $name
1611 check_cc <<EOF
[all …]
/external/minijail/
Dcommon.mk300 check_cc = $(call check_compile_cc,'int main() { return 0; }',$(1),$(2))
304 SSP_CFLAGS := $(call check_cc,-fstack-protector-strong)
306 SSP_CFLAGS := $(call check_cc,-fstack-protector-all)
322 -Wbool-operation -Wstring-compare $(call check_cc,-Wxor-used-as-pow) \
368 $(call check_cc,-Xlinker -Bsymbolic-non-weak)
/external/linux-kselftest/tools/testing/selftests/sgx/
DMakefile7 CAN_BUILD_X86_64 := $(shell ../x86/check_cc.sh "$(CC)" \
/external/minigbm/
Dcommon.mk300 check_cc = $(call check_compile_cc,'int main() { return 0; }',$(1),$(2))
304 SSP_CFLAGS := $(call check_cc,-fstack-protector-strong)
306 SSP_CFLAGS := $(call check_cc,-fstack-protector-all)
370 $(call check_cc,-Xlinker -Bsymbolic-non-weak)
/external/libultrahdr/third_party/image_io/src/modp_b64/
Dcommon.mk305 check_cc = $(call check_compile_cc,'int main() { return 0; }',$(1),$(2))
309 SSP_CFLAGS := $(call check_cc,-fstack-protector-strong)
311 SSP_CFLAGS := $(call check_cc,-fstack-protector-all)
/external/modp_b64/
Dcommon.mk305 check_cc = $(call check_compile_cc,'int main() { return 0; }',$(1),$(2))
309 SSP_CFLAGS := $(call check_cc,-fstack-protector-strong)
311 SSP_CFLAGS := $(call check_cc,-fstack-protector-all)