OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_add_cflags
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
configure
600
enabled werror &&
check_add_cflags
-Werror
601
check_add_cflags
-Wall
602
check_add_cflags
-Wdeclaration-after-statement
603
check_add_cflags
-Wdisabled-optimization
604
check_add_cflags
-Wpointer-arith
605
check_add_cflags
-Wtype-limits
606
check_add_cflags
-Wcast-qual
607
check_add_cflags
-Wvla
608
check_add_cflags
-Wimplicit-function-declaration
609
check_add_cflags
-Wuninitialize
[
all
...]
/external/libvpx/libvpx/build/make/
configure.sh
351
check_add_cflags
() {
function
817
check_add_cflags
-march=armv7-a -mfloat-abi=${float_abi}
822
check_add_cflags
-mfpu=neon #-ftree-vectorize
830
check_add_cflags
-march=${tgt_isa}
838
check_add_cflags
-mthumb
862
check_add_cflags
--fpu=softvfp+vfpv3
865
check_add_cflags
--cpu=Cortex-A8
868
check_add_cflags
--cpu=${tgt_isa##armv}
1003
check_add_cflags
-mips32r2 -mdspr2
1006
check_add_cflags
-march=${tgt_isa
[
all
...]
Completed in 49 milliseconds