Home
last modified time | relevance | path

Searched full:cflags (Results 1 – 25 of 2523) sorted by relevance

12345678910>>...101

/external/wpa_supplicant_8/wpa_supplicant/
Dnmake.mak26 CFLAGS = /DCONFIG_NATIVE_WINDOWS macro
27 CFLAGS = $(CFLAGS) /DCONFIG_NDIS_EVENTS_INTEGRATED macro
28 CFLAGS = $(CFLAGS) /DCONFIG_ANSI_C_EXTRA macro
29 CFLAGS = $(CFLAGS) /DCONFIG_WINPCAP macro
30 CFLAGS = $(CFLAGS) /DIEEE8021X_EAPOL macro
31 CFLAGS = $(CFLAGS) /DPKCS12_FUNCS macro
32 CFLAGS = $(CFLAGS) /DEAP_MD5 macro
33 CFLAGS = $(CFLAGS) /DEAP_TLS macro
34 CFLAGS = $(CFLAGS) /DEAP_MSCHAPv2 macro
35 CFLAGS = $(CFLAGS) /DEAP_PEAP macro
[all …]
DMakefile43 CFLAGS += $(EXTRA_CFLAGS)
44 CFLAGS += -I$(abspath ../src)
45 CFLAGS += -I$(abspath ../src/utils)
52 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"
58 CFLAGS += -DCONFIG_TESTING_OPTIONS
126 CFLAGS += -DOS_NO_C_LIB_DEFINES
134 CFLAGS += -DWPA_TRACE
142 CFLAGS += -funwind-tables
144 CFLAGS += -DPACKAGE="wpa_supplicant" -DWPA_TRACE_BFD
168 CFLAGS += -DCONFIG_ELOOP_POLL
[all …]
/external/pigweed/pw_toolchain/arm_gcc/
DBUILD.gn31 cflags = [ "-Wno-psabi" ]
39 cflags = asmflags + [
43 ldflags = cflags + [
50 cflags = [ "-u_printf_float" ]
51 ldflags = cflags
55 cflags = [ "-mcpu=cortex-m0plus" ]
56 asmflags = cflags
57 ldflags = cflags
61 cflags = [ "-mcpu=cortex-m3" ]
62 asmflags = cflags
[all …]
/external/wpa_supplicant_8/hostapd/
DMakefile24 CFLAGS += $(EXTRA_CFLAGS)
25 CFLAGS += -I$(abspath ../src)
26 CFLAGS += -I$(abspath ../src/utils)
35 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"
41 CFLAGS += -DCONFIG_TESTING_OPTIONS
54 CFLAGS += -DOS_NO_C_LIB_DEFINES
58 CFLAGS += -DCONFIG_NATIVE_WINDOWS
99 CFLAGS += -DHOSTAPD
102 CFLAGS += -DCONFIG_TAXONOMY
107 CFLAGS += -DCONFIG_MODULE_TESTS
[all …]
/external/lz4/
DMakefile127 CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) -C $(TESTDIR) $@
128 CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) -C $(EXDIR) $@
130 clangtest: CFLAGS ?= -O3 macro
131 clangtest: CFLAGS += -Werror -Wconversion -Wno-sign-conversion
135 @CFLAGS="$(CFLAGS)" $(MAKE) -C $(LZ4DIR) all CC=$(CC)
136 @CFLAGS="$(CFLAGS)" $(MAKE) -C $(PRGDIR) all CC=$(CC)
137 @CFLAGS="$(CFLAGS)" $(MAKE) -C $(TESTDIR) all CC=$(CC)
141 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(LZ4DIR) all CC=clang
142 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(PRGDIR) native CC=clang
143 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(TESTDIR) native CC=clang
[all …]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
Dmakefile.gcc13 CFLAGS = -c
27 CFLAGS = -c -D_7ZIP_ST
81 $(CXX) $(CFLAGS) LzmaAlone.cpp
84 $(CXX) $(CFLAGS) ../../UI/Common/Bench.cpp
87 $(CXX) $(CFLAGS) ../../UI/Console/BenchCon.cpp
90 $(CXX) $(CFLAGS) ../../UI/Console/ConsoleClose.cpp
93 $(CXX) $(CFLAGS) ../../Compress/LzmaDecoder.cpp
96 $(CXX) $(CFLAGS) ../../Compress/LzmaEncoder.cpp
99 $(CXX) $(CFLAGS) ../../Compress/LzmaRegister.cpp
102 $(CXX) $(CFLAGS) ../../Common/CreateCoder.cpp
[all …]
/external/freetype/builds/amiga/
Dmakefile59 CFLAGS = -DFT2_BUILD_LIBRARY -O2 -I/emu/emulinclude/includegcc -I/emu/include -Iinclude -I$(FTSRC) … macro
65 $(CC) -c $(CFLAGS) -o $@ $<
68 $(CC) -c $(CFLAGS) -o $@ $<
71 $(CC) -c $(CFLAGS) -o $@ $<
75 $(CC) -c $(CFLAGS) -o $@ $<
78 $(CC) -c $(CFLAGS) -o $@ $<
82 $(CC) -c $(CFLAGS) -o $@ $<
88 $(CC) -c $(CFLAGS) -o $@ $<
91 $(CC) -c $(CFLAGS) -o $@ $<
94 $(CC) -c $(CFLAGS) -o $@ $<
[all …]
Dmakefile.os462 CFLAGS = -mcrt=clib2 $(DIRFLAGS) $(WARNINGS) $(FT2FLAGS) $(OPTIONS) $(OPTIMIZE)
68 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbase.c
71 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftinit.c
74 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftsystem.c
78 $(CC) -c $(CFLAGS) -o $@ src/base/ftsystem.c
84 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbbox.c
87 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbdf.c
90 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbitmap.c
93 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftcid.c
96 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftdebug.c
[all …]
/external/python/cpython2/Modules/zlib/
Dconfigure8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
13 # If you have problems, try without defining CC and CFLAGS before reporting
91 old_cflags="$CFLAGS"
170 cflags=${CFLAGS-"-O3"}
171 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
185 CFLAGS="${CFLAGS--O3}"
186 SFLAGS="${CFLAGS--O3} -fPIC"
188 CFLAGS="${CFLAGS} ${ARCHS}"
[all …]
/external/rust/crates/libz-sys/src/zlib/
Dconfigure8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
13 # If you have problems, try without defining CC and CFLAGS before reporting
91 old_cflags="$CFLAGS"
170 cflags=${CFLAGS-"-O3"}
171 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
185 CFLAGS="${CFLAGS--O3}"
186 SFLAGS="${CFLAGS--O3} -fPIC"
188 CFLAGS="${CFLAGS} ${ARCHS}"
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
Dconfigure8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
13 # If you have problems, try without defining CC and CFLAGS before reporting
37 case "${CFLAGS}" in
44 case "${CFLAGS}" in
119 old_cflags="$CFLAGS"
247 CFLAGS="${CFLAGS} -m32"
252 CFLAGS="${CFLAGS} -m64"
285 if test "$gcc" -eq 1 && ($cc $CFLAGS -c $test.c) >> configure.log 2>&1; then
[all …]
/external/lzma/CPP/
DBuild.mak4 CFLAGS = $(CFLAGS) -DUNICODE -D_UNICODE macro
15 # CFLAGS = $(CFLAGS) -FAsc -Fa$O/asm/
37 CFLAGS = $(CFLAGS) -Gr macro
48 CFLAGS = $(CFLAGS) -nologo -c -Fo$O/ -W4 -WX -EHsc -Gy -GR- -GF macro
51 CFLAGS = $(CFLAGS) -MD macro
54 CFLAGS = $(CFLAGS) -MT macro
59 CFLAGS = $(CFLAGS) -GS- -Zc:forScope -Zc:wchar_t macro
61 CFLAGS = $(CFLAGS) -MP2 macro
63 # CFLAGS = $(CFLAGS) -arch:IA32
67 CFLAGS = $(CFLAGS) macro
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_cc_maxopt.m415 # The user can override the flags by setting the CFLAGS environment
69 # Try to determine "good" native compiler flags if none specified via CFLAGS
71 CFLAGS=""
73 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
75 CFLAGS="$CFLAGS -arch host"
78 sun) CFLAGS="-native -fast -xO5 -dalign"
80 CFLAGS="$CFLAGS -xarch=generic"
83 hp) CFLAGS="+Oall +Optrs_ansi +DSnative"
85 CFLAGS="$CFLAGS +DAportable"
94 CFLAGS="-O3 -qansialias -w $xlc_opt",
[all …]
/external/freetype/builds/unix/
Dconfigure.raw191 orig_CFLAGS="${CFLAGS}"
192 CFLAGS="${CFLAGS} ${XX_ANSIFLAGS} ${a}"
211 CFLAGS="${orig_CFLAGS}"
218 CFLAGS=
237 orig_CFLAGS="${CFLAGS}"
238 CFLAGS="${CFLAGS} -fvisibility=hidden"
242 [CFLAGS="${orig_CFLAGS}"
247 orig_CFLAGS="${CFLAGS}"
248 CFLAGS="${CFLAGS} -xldscope=hidden"
252 [CFLAGS="${orig_CFLAGS}"
[all …]
/external/libsrtp2/
Dconfigure.ac6 if test "x$CFLAGS" = "x"; then
7 dnl Default value for CFLAGS if not specified.
53 supported_cflags="$CFLAGS"
64 save_cflags="$CFLAGS"
65 AS_IF([test "x$CFLAGS" = "x"], [CFLAGS="$w"], [CFLAGS="$CFLAGS $w"])
69 [CFLAGS="$save_cflags"
75 dnl Since the compiler is used as the link driver, CFLAGS will be part of the
80 save_cflags="$CFLAGS"
81 AS_IF([test "x$CFLAGS" = "x"], [CFLAGS="-fPIC"], [CFLAGS="$CFLAGS -fPIC"])
85 [CFLAGS="$save_cflags"
[all …]
/external/lzma/C/Util/7z/
Dmakefile.gcc5 CFLAGS = -c -O2 -Wall
15 $(CXX) $(CFLAGS) 7zMain.c
18 $(CXX) $(CFLAGS) ../../7zAlloc.c
21 $(CXX) $(CFLAGS) ../../7zArcIn.c
24 $(CXX) $(CFLAGS) ../../7zBuf.c
27 $(CXX) $(CFLAGS) ../../7zBuf2.c
30 $(CXX) $(CFLAGS) ../../7zCrc.c
33 $(CXX) $(CFLAGS) ../../7zCrcOpt.c
36 $(CXX) $(CFLAGS) -D_7ZIP_PPMD_SUPPPORT ../../7zDec.c
39 $(CXX) $(CFLAGS) ../../CpuArch.c
[all …]
/external/compiler-rt/make/platform/
Dclang_darwin.mk133 CFLAGS := -Wall -Werror -O3 -fomit-frame-pointer
149 CFLAGS.eprintf := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
150 CFLAGS.10.4 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
158 CFLAGS.ios.i386 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
159 CFLAGS.ios.x86_64 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
160 CFLAGS.ios.armv7 := $(CFLAGS) $(IOS_DEPLOYMENT_ARGS)
161 CFLAGS.ios.armv7k := $(CFLAGS) $(IOS_DEPLOYMENT_ARGS)
162 CFLAGS.ios.armv7s := $(CFLAGS) $(IOS_DEPLOYMENT_ARGS)
163 CFLAGS.ios.arm64 := $(CFLAGS) $(IOS6_DEPLOYMENT_ARGS)
164 CFLAGS.osx.i386 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
[all …]
Dclang_macho_embedded.mk63 CFLAGS := -Wall -Werror -Oz -fomit-frame-pointer -ffreestanding
74 CFLAGS.soft_static := $(CFLAGS) $(STATIC_CFLAGS) $(CFLAGS_SOFT)
75 CFLAGS.hard_static := $(CFLAGS) $(STATIC_CFLAGS) $(CFLAGS_HARD)
76 CFLAGS.soft_pic := $(CFLAGS) $(PIC_CFLAGS) $(CFLAGS_SOFT)
77 CFLAGS.hard_pic := $(CFLAGS) $(PIC_CFLAGS) $(CFLAGS_HARD)
79 CFLAGS.soft_static.armv7 := $(CFLAGS.soft_static) $(CFLAGS_ARMV7)
80 CFLAGS.hard_static.armv7 := $(CFLAGS.hard_static) $(CFLAGS_ARMV7)
81 CFLAGS.soft_pic.armv7 := $(CFLAGS.soft_pic) $(CFLAGS_ARMV7)
82 CFLAGS.hard_pic.armv7 := $(CFLAGS.hard_pic) $(CFLAGS_ARMV7)
86 CFLAGS.hard_static.i386 := $(CFLAGS) $(STATIC_CFLAGS) $(CFLAGS_I386)
[all …]
/external/libexif/contrib/watcom/
DMakefile50 CFLAGS = $(CPPFLAGS) $(DEBUGCFLAGS) $(EXTRACFLAGS) /zm macro
87 #CFLAGS = /dWIN32 /bm /fr -zq -i=. -5r -od -d2 /d2 /zm /fo=$(LIBEXIFDIR)\
97 $(CC) -c $(CFLAGS) $[*
100 $(CC) -c $(CFLAGS) $[*
103 $(CC) -c $(CFLAGS) $[*
106 $(CC) -c $(CFLAGS) $[*
109 $(CC) -c $(CFLAGS) $[*
112 $(CC) -c $(CFLAGS) $[*
115 $(CC) -c $(CFLAGS) $[*
118 $(CC) -c $(CFLAGS) $[*
[all …]
/external/libffi/m4/
Dax_cc_maxopt.m415 # The user can override the flags by setting the CFLAGS environment
69 # Try to determine "good" native compiler flags if none specified via CFLAGS
71 CFLAGS=""
73 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
75 CFLAGS="$CFLAGS -arch host"
78 sun) CFLAGS="-native -fast -xO5 -dalign"
80 CFLAGS="$CFLAGS -xarch=generic"
83 hp) CFLAGS="+Oall +Optrs_ansi +DSnative"
85 CFLAGS="$CFLAGS +DAportable"
94 CFLAGS="-O3 -qansialias -w $xlc_opt",
[all …]
/external/usrsctp/usrsctplib/
DMakefile.nmake31 CFLAGS=/I. /W3 /WX
109 cl $(CVARSDLL) $(CFLAGS) -c user_environment.c
112 cl $(CVARSDLL) $(CFLAGS) -c user_mbuf.c
115 cl $(CVARSDLL) $(CFLAGS) -c user_recv_thread.c
118 cl $(CVARSDLL) $(CFLAGS) -c user_socket.c
121 cl $(CVARSDLL) $(CFLAGS) -c netinet\sctp_asconf.c
124 cl $(CVARSDLL) $(CFLAGS) -c netinet\sctp_auth.c
127 cl $(CVARSDLL) $(CFLAGS) -c netinet\sctp_bsd_addr.c
130 cl $(CVARSDLL) $(CFLAGS) -c netinet\sctp_callout.c
133 cl $(CVARSDLL) $(CFLAGS) -c netinet\sctp_cc_functions.c
[all …]
/external/pigweed/pw_toolchain/arm_clang/
DBUILD.gn40 cflags = [ "-mcpu=cortex-m0plus" ]
41 cflags += cortex_m_common_flags
42 cflags += cortex_m_software_fpu_flags
43 asmflags = cflags
44 ldflags = cflags
48 cflags = [ "-mcpu=cortex-m3" ]
49 cflags += cortex_m_common_flags
50 cflags += cortex_m_software_fpu_flags
51 asmflags = cflags
52 ldflags = cflags
[all …]
/external/bcc/src/cc/frontends/clang/
Dkbuild_helper.cc37 int KBuildHelper::get_flags(const char *uname_machine, vector<string> *cflags) { in get_flags() argument
73 cflags->push_back("-nostdinc"); in get_flags()
74 cflags->push_back("-isystem"); in get_flags()
75 cflags->push_back("/virtual/lib/clang/include"); in get_flags()
100 cflags->push_back("-Iarch/"+arch+"/include/"); in get_flags()
101 cflags->push_back("-I" + kdir_ + "/build/arch/"+arch+"/include/generated"); in get_flags()
102 cflags->push_back("-Iinclude"); in get_flags()
103 cflags->push_back("-I" + kdir_ + "/build/include"); in get_flags()
104 cflags->push_back("-Iarch/"+arch+"/include/uapi"); in get_flags()
105 cflags->push_back("-I" + kdir_ + "/build/arch/"+arch+"/include/generated/uapi"); in get_flags()
[all …]
/external/arm-optimized-routines/
Dconfig.mk.dist17 CFLAGS = -std=c99 -pipe -O3
18 CFLAGS += -Wall -Wno-missing-braces
19 CFLAGS += -Werror=implicit-function-declaration
28 CFLAGS += -g
34 #CFLAGS += -march=armv8.5-a+memtag -DWANT_MTE_TEST=1
41 math-cflags =
45 string-cflags =
46 networking-cflags =
50 #math-cflags += -DUSE_MPFR
53 math-cflags += -frounding-math -fexcess-precision=standard -fno-stack-protector
[all …]
/external/skia/gn/skia/
DBUILD.gn52 cflags = []
63 cflags += [ "/wd5030" ]
65 cflags += [ "-Wno-attributes" ]
73 cflags += [ "--sysroot=" +
84 cflags += [ target_triple ]
90 cflags += [ "--target=arm64-windows" ]
92 cflags += [
114 cflags += [
129 cflags += [
141 cflags += [
[all …]

12345678910>>...101